Closed
Bug 976022
Opened 12 years ago
Closed 12 years ago
Intermittent test_clock_delete_alarm.TestClockDeleteAlarm
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: AndreiH, Assigned: AndreiH)
Details
Attachments
(2 files)
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.3-py2.7.egg/marionette/marionette_test.py", line 127, in run
self.setUp()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/tests/functional/clock/test_clock_delete_alarm.py", line 19, in setUp
self.clock = new_alarm.tap_done()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/apps/clock/regions/alarm.py", line 67, in tap_done
self.wait_for_condition(lambda m: view.location['x'] == view.size['width'])
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 50, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.3-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0828728676 secondsNone
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → andrei.hutusoru
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Attachment #8380592 -
Flags: review?(zcampbell)
Attachment #8380592 -
Flags: review?(florin.strugariu)
![]() |
Assignee | |
Comment 2•12 years ago
|
||
We do not have a wait for Done button
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Also I think this resolves bug 970139 also.
Zac can I have your expert eye confirm this? :)
![]() |
||
Comment 4•12 years ago
|
||
Yes I am debugging your patch now.
I think you have found the symptom but I think the real problem is actually in the __init__ for this method. It is returning before the done button has finished moving.
If we fix the __init__ wait then we will be doing it properly
![]() |
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
![]() |
||
Updated•12 years ago
|
Attachment #8380592 -
Flags: review?(zcampbell)
Attachment #8380592 -
Flags: review?(florin.strugariu)
Attachment #8380592 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•