Closed
Bug 962504
Opened 11 years ago
Closed 11 years ago
Investigate intermittent fail on test_cost_control_reset_wifi
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v1.3 affected)
RESOLVED
DUPLICATE
of bug 965305
Tracking | Status | |
---|---|---|
b2g-v1.3 | --- | affected |
People
(Reporter: AndreiH, Assigned: AndreiH)
Details
Attachments
(3 files)
This test intermittently fails on master and aurora with:
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.2-py2.7.egg/marionette/marionette_test.py", line 143, in run
testMethod()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/tests/functional/cost_control/test_cost_control_reset_wifi.py", line 52, in test_cost_control_reset_wifi
self.wait_for_condition(lambda m: cost_control.wifi_data_usage_figure == u'0.00 B', message='Wifi usage did not reset back to 0.00 B')
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 1087, in wait_for_condition
raise TimeoutException(message)
TimeoutException: Wifi usage did not reset back to 0.00 B
Assignee | ||
Comment 1•11 years ago
|
||
As you can see from the screenshot there is an insignificant traffic that is still there. Maybe, this happens because the browser is still opened in the background.
Assignee | ||
Comment 2•11 years ago
|
||
I think that we should also close the Browser before reseting
Attachment #8363579 -
Flags: review?(zcampbell)
Attachment #8363579 -
Flags: review?(viorela.ioia)
Attachment #8363579 -
Flags: review?(florin.strugariu)
Attachment #8363579 -
Flags: review?(bob.silverberg)
Assignee | ||
Comment 3•11 years ago
|
||
I started an adhoc job here http://qa-selenium.mv.mozilla.com:8080/view/B2G%20Hamachi/job/b2g.hamachi.mozilla-central.ui.adhoc/115
Updated•11 years ago
|
Attachment #8363579 -
Flags: review?(florin.strugariu) → review+
Comment 4•11 years ago
|
||
Comment on attachment 8363579 [details]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/15597
The adhoc run looks ok :) I also ran the test with your fix and it passed.
Attachment #8363579 -
Flags: review?(viorela.ioia) → review+
Updated•11 years ago
|
Assignee: nobody → andrei.hutusoru
Comment 5•11 years ago
|
||
Comment on attachment 8363579 [details]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/15597
r+
Attachment #8363579 -
Flags: review?(zcampbell)
Attachment #8363579 -
Flags: review?(bob.silverberg)
Attachment #8363579 -
Flags: review+
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•11 years ago
|
||
Making this v1.3 affected
Assignee | ||
Comment 8•11 years ago
|
||
Attachment #8366018 -
Flags: review?(florin.strugariu)
Attachment #8366018 -
Flags: review?(bob.silverberg)
Updated•11 years ago
|
Attachment #8366018 -
Flags: review?(florin.strugariu) → review-
Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 8366018 [details]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/15733
Updated
Attachment #8366018 -
Flags: review?(viorela.ioia)
Attachment #8366018 -
Flags: review?(florin.strugariu)
Attachment #8366018 -
Flags: review-
Assignee | ||
Comment 10•11 years ago
|
||
I also started an adhoc job here: http://qa-selenium.mv.mozilla.com:8080/view/B2G%20Hamachi/job/b2g.hamachi.mozilla-aurora.ui.adhoc/12
Assignee | ||
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
Comment on attachment 8366018 [details]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/15733
This fix doesn't seems to be a good idea. The adhoc run shows some fails in this test, I also ran it locally and I got fails too.
Attachment #8366018 -
Flags: review?(viorela.ioia) → review-
Comment 13•11 years ago
|
||
This is odd. The test from the PR passed 21/21 for me on my Inari with v1.3, but it seems to have a lot of difficulty passing on CI.
Are you saying that the fix is good on master as well, but just not on v1.3? Do you have any idea why that is?
Comment 14•11 years ago
|
||
I'm going to try to dig into this a bit more to see why:
a) it's passing on master and not on v1.3, and
b) it's passing on my Inari but not on a Hamachi on CI
I'll try testing locally on v1.3 with my Hamachi to see if I can reproduce the failure.
Assignee | ||
Comment 15•11 years ago
|
||
Thanks for looking into this!
I can replicate this on v1.3 Hamachi, but I cannot replicate it manually.
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Attachment #8366018 -
Flags: review?(florin.strugariu)
Attachment #8366018 -
Flags: review?(bob.silverberg)
You need to log in
before you can comment on or make changes to this bug.
Description
•