Closed
Bug 1207675
Opened 10 years ago
Closed 10 years ago
test_redial_last_number.py : TimeoutException: TimeoutException: Timed out after 30.0 seconds
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MaxIvanov, Assigned: martijn.martijn)
References
()
Details
Attachments
(1 file)
|
38.46 KB,
image/png
|
Details |
Description: Test case fails with "TimeOut" exception
Steps:
1. Update a flame device to 20150923030227
2. Run this test case http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_redial_last_number.py
Actual result:
"TimeOut" exception
Expected result:
Test completes successfully.
Repro Rate: Reproducible via Jenkins (0/5 passing) unable to reproduce manually.
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/248/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-0.17-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/dialer/test_redial_last_number.py", line 33, in test_redial_last_number
keypad.wait_for_phone_number_ready()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/keypad.py", line 107, in wait_for_phone_number_ready
Wait(self.marionette).until(expected.element_enabled(add_contact))
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.13-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.1 seconds
| Assignee | ||
Comment 1•10 years ago
|
||
Failure path:
http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_redial_last_number.py#33
http://mxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/keypad.py#107
Assignee: nobody → martijn.martijn
| Assignee | ||
Comment 2•10 years ago
|
||
The problem here is that the call entry is not inserted in the database, apparently.
| Assignee | ||
Comment 3•10 years ago
|
||
Bug 1207646 is related, that one gives a clear error description when trying to write in the database.
Depends on: 1207646
| Assignee | ||
Comment 4•10 years ago
|
||
Fixed by the merging of the pull request in bug 1207646.
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
•