Closed
Bug 1225177
Opened 10 years ago
Closed 10 years ago
test_edit_contact.py : TimeoutException: TimeoutException: Timed out after 10.1 seconds
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1225180
People
(Reporter: MaxIvanov, Unassigned)
Details
Description: Test case fails with "TimeoutException"
Steps:
1. Update a flame device to 20151110030032
2. Run this test case http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_edit_contact.py
Actual result:
"TimeoutException"
Expected result:
Test completes successfully.
Repro Rate: Reproduced via Jenkins adhoc (1/5 passing)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/339/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-1.0.0-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/contacts/test_edit_contact.py", line 30, in test_edit_contact
contacts_app.wait_for_contacts()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/contacts/app.py", line 50, in wait_for_contacts
Wait(self.marionette).until(lambda m: len(m.find_elements(
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-1.0.0-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.0 seconds
Comment 1•10 years ago
|
||
This test is passing locally for me, using:
Build ID 20151116030435
Gaia Revision e8c15ae4e5324a210000ee0a869a962aa542009f
Gaia Date 2015-11-13 00:10:48
Gecko Revision https://hg.mozilla.org/mozilla-central/rev/48d636f678b0e5162ab868dc9024a5ffe350460c
Gecko Version 45.0a1
Device Name flame
Firmware(Release) 4.4.2
Firmware(Incremental) eng.cltbld.20151102.063132
Firmware Date Mon Nov 2 06:31:47 EST 2015
Bootloader L1TC000118D0
(In reply to Max Ivanov[:MaxIvanov] from comment #0)
> Description: Test case fails with "TimeoutException"
>
> Steps:
> 1. Update a flame device to 20151110030032
That is a build from 6 days ago? Shouldn't we use today's build here?
Flags: needinfo?(mivanov)
Reporter | ||
Comment 2•10 years ago
|
||
Sorry, the correct build is 20151116030435.
https://pvtbuilds.mozilla.org/pvt/mozilla.org/b2gotoro/nightly/mozilla-central-flame-kk-eng/2015/11/2015-11-16-03-04-35/flame-kk.zip
Flags: needinfo?(mivanov)
Comment 4•10 years ago
|
||
Based on the screenshot at [1], the test was failing because 2 contacts were present. This is due to the device, not being reset. Like Martijn said, this is handled by bug 1225180.
Duping this bug. Please reopen if that doesn't work from your side.
[1] http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-512.mozilla-central.nightly.ui.functional.smoke.bitbar/522/HTML_Report/
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•