Closed
Bug 1226636
Opened 9 years ago
Closed 9 years ago
test_ftu_skip_tour.py : TimeoutException: TimeoutException: Timed out after 10.2 seconds
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MaxIvanov, Assigned: martijn.martijn)
References
()
Details
Attachments
(1 file)
Description: Test case fails with "TimeoutException"
Steps:
1. Update a flame device to 20151120030231
2. Run this test case http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py
Actual result:
"TimeoutException"
Expected result:
Test completes successfully.
Repro Rate: Reproduced via Jenkins adhoc (0/5 passing)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/354/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-1.0.0-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py", line 116, in test_ftu_skip_tour
self.ftu.enable_metrics_enhanced()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/ftu/app.py", line 337, in enable_metrics_enhanced
self._metrics_enhanced_radio.enable()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/form_controls/binarycontrol.py", line 28, in enable
self._toggle_and_verify_state(final_state=True)
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/form_controls/binarycontrol.py", line 38, in _toggle_and_verify_state
self.wait_to_be_ready()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/form_controls/binarycontrol.py", line 35, in wait_to_be_ready
Wait(self.marionette).until(lambda m: self.is_enabled)
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-1.0.0-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.2 seconds
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → martijn.martijn
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8690401 -
Flags: review?(npark)
Attachment #8690401 -
Flags: review?(jlorenzo)
Comment 5•9 years ago
|
||
Comment on attachment 8690401 [details] [review]
[gaia] mwargers:1226636 > mozilla-b2g:master
Straightforward fix.
Attachment #8690401 -
Flags: review?(jlorenzo) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8690401 [details] [review]
[gaia] mwargers:1226636 > mozilla-b2g:master
looks straightforward.
Attachment #8690401 -
Flags: review?(npark) → review+
Assignee | ||
Comment 7•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•