Closed
Bug 1181656
Opened 10 years ago
Closed 10 years ago
test_settings_device_info.py: "Timeout Exception: Timed out after 10.3 seconds"
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: onelson, Assigned: martijn.martijn)
References
()
Details
Attachments
(1 file)
Description:
test_settings_device_info.py is failing upon opening DeviceInfo within Settings. Test appears to fail to grab pull actual info from the models available on page, thus proving unable to determine if data will be accurate.
Repro Steps:
1) Update phone to 20150708043647
2) Open the Settings app
3) Navigate through 'Device Info'
Actual:
Test times out
Expected:
Test passes
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-0.16-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/settings/test_settings_device_info.py", line 14, in test_that_device_info_is_populated
device_info = settings.open_device_info_settings()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/settings/app.py", line 217, in open_device_info_settings
return DeviceInfo(self.marionette)
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/device_info.py", line 20, in __init__
expected.element_displayed(*self._model_locator))
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.3 seconds
Environmental Variables:
Device firmware (base) L1TC100118D0
Device firmware (date) 08 Jul 2015 12:20:29
Device firmware (incremental) eng.cltbld.20150708.082017
Device firmware (release) 4.4.2
Device identifier flame
Device memory 219772 kB
Device serial 94f7ce17
Device uptime 0 days 0 hours 2 minutes 7 seconds
Gaia date 08 Jul 2015 01:52:21
Gaia revision 553e4e281d11
Gecko build 20150708043647
Gecko revision 9b902b7669ae
Gecko version 42.0a1
Reproducible manually: No
Repro frequency: 6/6
Reporter | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → martijn.martijn
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 2•10 years ago
|
||
This started happening with the change from bug 1178081.
Blocks: 1178081
Comment 3•10 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8631646 [details] [review]
[gaia] mwargers:1181656 > mozilla-b2g:master
This fixes it.
Attachment #8631646 -
Flags: review?(npark)
Attachment #8631646 -
Flags: review?(jlorenzo)
Comment 5•10 years ago
|
||
Comment on attachment 8631646 [details] [review]
[gaia] mwargers:1181656 > mozilla-b2g:master
looks good to me
Attachment #8631646 -
Flags: review?(npark) → review+
Comment 6•10 years ago
|
||
Comment on attachment 8631646 [details] [review]
[gaia] mwargers:1181656 > mozilla-b2g:master
To me too.
Attachment #8631646 -
Flags: review?(jlorenzo) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•