Closed Bug 1183208 Opened 9 years ago Closed 9 years ago

test_dialer_add_contact.py: "TimeoutException: Timed out after 10.3 seconds"

Categories

(Firefox OS Graveyard :: Gaia::UI Tests, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1182446

People

(Reporter: onelson, Unassigned)

Details

Description:
test_dialer_add_to_contact is failing consistently today across Jenkins and locally run automated tests. The fault appears similar to that observed in another test today (bug 1183202) when Contacts was opened as a share activity from within another app. Attempting to access the contact form after this transition broke the app and causes the timeout.

* http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/159/HTML_Report/
* http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk.ui.adhoc.bitbar/132/HTML_Report/

Repro Steps:
1) Update phone to 20150713010204
2) Open Dialer app
3) Type a phone number out, don't call
4) Tap the '+contact' button to the left of the call button and add new contact
5) Contact app opens, save contact from here

Actual:
Test times out once Contact share activity opens

Expected: 
New contact is confirmed and test passes

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.16-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_dialer_add_contact.py", line 34, in test_dialer_add_contact
new_contact = add_new_number.tap_create_new_contact()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/keypad.py", line 127, in tap_create_new_contact
new_contact.switch_to_new_contact_form()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/contact_form.py", line 188, in switch_to_new_contact_form
Wait(self.marionette).until(lambda m: self.apps.displayed_app.src == self._src)
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.3 seconds

Environmental Variables:
Device firmware (base) 	L1TC100118D0
Device firmware (date) 	13 Jul 2015 08:39:47
Device firmware (incremental) 	eng.cltbld.20150713.043935
Device firmware (release) 	4.4.2
Device identifier 	flame
Device memory 	219772 kB
Device serial 	1d9a561d
Device uptime 	0 days 0 hours 2 minutes 8 seconds
Gaia date 	10 Jul 2015 14:29:23
Gaia revision 	e4b63559eba3
Gecko build 	20150713010204
Gecko revision 	eab21ec484bb
Gecko version 	42.0a1

Reproducible manually: No

Repro frequency: 10/10
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.