Closed
Bug 1170001
Opened 10 years ago
Closed 10 years ago
Failures in self.data_layer.connect_to_cell_data() test_cell_data_settings.py
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: davehunt)
References
()
Details
The flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar tests seem to have 1 failure every time in test_cell_data_settings.py. This failure doesn't happen with the flame-kk-319.b2g-inbound.tinderbox.ui.unit tests.
I guess there is something with Bitbar that's causing this? Perhaps you know more about why this is happening, Dave?
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar/1526/testReport/%28root%29/test_cell_data_settings_py%20TestCellDataSettings_test_set_cell_data/test_cell_data_settings_py_TestCellDataSettings_test_set_cell_data/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-0.13-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/tests/unit/settings/test_cell_data_settings.py", line 12, in test_set_cell_data
self.data_layer.connect_to_cell_data()
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 345, in connect_to_cell_data
result = self.marionette.execute_async_script("return GaiaDataLayer.connectToCellData()")
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.7-py2.7.egg/marionette_driver/marionette.py", line 1510, in execute_async_script
debug_script=debug_script)
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.7-py2.7.egg/marionette_driver/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.7-py2.7.egg/marionette_driver/marionette.py", line 711, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.unit.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.7-py2.7.egg/marionette_driver/marionette.py", line 747, in _handle_error
raise errors.lookup(status)(message, stacktrace=stacktrace)
ScriptTimeoutException: ScriptTimeoutException: timed out
Flags: needinfo?(dave.hunt)
Assignee | ||
Comment 1•10 years ago
|
||
This would suggest that the remote device is unable to connect to cell data. Looking at the job configuration, we're filtering to devices with 0 active SIM cards, which would explain this. I've modified the job to select a device with 1 SIM card. Let me know if there are still issues.
Flags: needinfo?(dave.hunt)
Reporter | ||
Comment 2•10 years ago
|
||
The unit tests on bitbar are looking green now, thanks!
Assignee: nobody → dave.hunt
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
•