Closed
Bug 966909
Opened 11 years ago
Closed 11 years ago
Test test_set_passcode_by_settings is failing
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: AndreiH, Assigned: AndreiH)
Details
Attachments
(1 file)
Here is the stacktrace:
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/.env/local/lib/python2.7/site-packages/marionette_client-0.7.3-py2.7.egg/marionette/marionette_test.py", line 143, in run
testMethod()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_passcode.py", line 26, in test_set_passcode_by_settings
phone_lock_settings.create_passcode(self._input_passcode)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/phone_lock.py", line 32, in create_passcode
self.wait_for_element_displayed(*self._phone_lock_section_locator)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 65, in wait_for_element_displayed
if self.marionette.find_element(by, locator).is_displayed():
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/.env/local/lib/python2.7/site-packages/marionette_client-0.7.3-py2.7.egg/marionette/marionette.py", line 1176, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/.env/local/lib/python2.7/site-packages/marionette_client-0.7.3-py2.7.egg/marionette/marionette.py", line 595, in _send_message
raise TimeoutException(message='socket.timeout', status=ErrorCodes.TIMEOUT, stacktrace=None)
TimeoutException: TimeoutException: socket.timeout
Comment 1•11 years ago
|
||
It looks like a crash?
Assignee | ||
Comment 2•11 years ago
|
||
I could reproduce this manually, so I filed Bug 966922.
Let's Xfail this for now.
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8369395 -
Flags: review?(zcampbell)
Comment 4•11 years ago
|
||
Comment on attachment 8369395 [details]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/15906/files
r+
Attachment #8369395 -
Flags: review?(zcampbell) → review+
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: nobody → andrei.hutusoru
You need to log in
before you can comment on or make changes to this bug.
Description
•