Closed
Bug 1182199
Opened 9 years ago
Closed 9 years ago
test_import_contacts_from_gmail.py: "TimeoutException: Timed out after 10.1 seconds"
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: onelson, Unassigned)
References
Details
Description:
test_import_contacts_from_gmail is failing consistently in automation today due to a functional bug within contacts: bug 1182195. Within the Contacts app, attempting to import contacts the user will observe that the import activity will dismiss without importing contacts.
* http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/151/HTML_Report/
* http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk.ui.adhoc.bitbar/130/HTML_Report/
Repro Steps:
1) Update phone to 20150709010204
2) Open the contacts app
3) Navigate to Contact Settings (gear)
4) Import contacts from gmail
5) Observe import flow while you sign into an account
Actual:
Import activity dismisses before importing contacts
Expected:
Contacts are listed for import
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.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-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_import_contacts_from_gmail.py", line 41, in test_import_contacts_from_gmail
contact_import_picker = gmail.tap_grant_access()
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/gmail.py", line 46, in tap_grant_access
return ContactImportPicker(self.marionette)
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/contact_import_picker.py", line 19, in __init__
*self._contact_import_picker_frame_locator))))
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.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.1 seconds
Environmental Variables:
Device firmware (base) L1TC100118D0
Device firmware (date) 09 Jul 2015 08:20:56
Device firmware (incremental) eng.cltbld.20150709.042047
Device firmware (release) 4.4.2
Device identifier flame
Device memory 219772 kB
Device serial f0314099
Device uptime 0 days 0 hours 2 minutes 23 seconds
Gaia date 08 Jul 2015 11:09:51
Gaia revision fc6643dd3da2
Gecko build 20150709010204
Gecko revision f34a7120f46b
Gecko version 42.0a1
Reproducible manually: Yes
Repro frequency: 6/6
Comment 1•9 years ago
|
||
Ok, that means this would be fixed with a fix for bug 1182195. A patch is already there for that bug, so probably not worth the effort to disable this test.
Depends on: 1182195
Comment 2•9 years ago
|
||
This should be fixed now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•