Closed
Bug 994636
Opened 12 years ago
Closed 12 years ago
[master] test_unlock_to_camera_with_passcode is failing on CI and locally
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: AndreiH, Unassigned)
Details
Test is failing locally and on Jenkins with:
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.5-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/tests/functional/lockscreen/test_lockscreen_unlock_to_camera_with_passcode.py", line 37, in test_unlock_to_camera_with_passcode
camera.switch_to_camera_frame()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 128, in switch_to_camera_frame
self.wait_for_capture_ready()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 98, in wait_for_capture_ready
self.wait_for_element_present(*self._viewfinder_video_locator)]) > 0, 10)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 98, in <lambda>
self.wait_for_element_present(*self._viewfinder_video_locator)]) > 0, 10)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/marionette.py", line 1114, in execute_script
filename=os.path.basename(frame[0]))
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/marionette.py", line 604, in _send_message
"Connection timed out", status=ErrorCodes.TIMEOUT)
TimeoutException: TimeoutException: Connection timed out
I tested this manually and it does not reproduce.
Comment 1•12 years ago
|
||
This failure is not reproducible on the latest master build:
Gaia 265e1ac4ee71ad6190335c974bfce33f783edfce
Gecko https://hg.mozilla.org/mozilla-central/rev/ea25086073c8
BuildID 20140427160202
Version 31.0a1
ro.build.version.incremental=eng.tclxa.20131223.163538
ro.build.date=Mon Dec 23 16:36:04 CST 2013
The test is continuously passing on Jenkins for some time now. I also ran it locally several times and I got no failure.
Comment 2•12 years ago
|
||
Thanks for looking into this Viorela.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•