Closed
Bug 1025996
Opened 12 years ago
Closed 12 years ago
Intermittent test_export_contacts_to_sdcard.py test_export_contacts_to_sdcard.TestExportContactsToSDCard.test_export_contacts_to_sdcard | TimeoutException: TimeoutException: Timed out after 10.0 seconds
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: zcampbell)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
b2g_macosx64 b2g-inbound opt test gaia-ui-test on 2014-06-16 04:40:45 PDT for push 695234b1c393
slave: talos-mtnlion-r5-019
https://tbpl.mozilla.org/php/getParsedLog.php?id=41785528&tree=B2g-Inbound
{
04:54:00 INFO - TEST-START test_export_contacts_to_sdcard.py
04:54:00 INFO - test_export_contacts_to_sdcard (test_export_contacts_to_sdcard.TestExportContactsToSDCard)
04:54:21 INFO - Export contacts to an SD card ... ERROR
04:54:21 INFO - ======================================================================
04:54:21 INFO - ERROR: None
04:54:21 INFO - ----------------------------------------------------------------------
04:54:21 INFO - Traceback (most recent call last):
04:54:21 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette_test.py", line 170, in run
04:54:21 INFO - testMethod()
04:54:21 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_export_contacts_to_sdcard.py", line 33, in test_export_contacts_to_sdcard
04:54:21 INFO - self.assertIn('1/1 contacts exported', contacts_app.status_message)
04:54:21 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/apps/contacts/app.py", line 99, in status_message
04:54:21 INFO - self.wait_for_element_displayed(*self._status_message_locator)
04:54:21 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
04:54:21 INFO - lambda m: m.find_element(by, locator).is_displayed())
04:54:21 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/wait.py", line 143, in until
04:54:21 INFO - cause=last_exc)
04:54:21 ERROR - TEST-UNEXPECTED-FAIL | test_export_contacts_to_sdcard.py test_export_contacts_to_sdcard.TestExportContactsToSDCard.test_export_contacts_to_sdcard | TimeoutException: TimeoutException: Timed out after 10.0 seconds
04:54:21 INFO - ----------------------------------------------------------------------
04:54:21 INFO - Ran 1 test in 20.890s
}
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → zcampbell
| Assignee | ||
Comment 4•12 years ago
|
||
If you replace the wait with this snippet you can see the element moving.
wrapper = self.marionette.find_element(*self._select_all_wrapper_locator)
for i in range(0, 40):
print wrapper.location
print wrapper.size
Attachment #8442028 -
Flags: review?(andrei.hutusoru)
Comment 5•12 years ago
|
||
Comment on attachment 8442028 [details] [review]
github pr
r+!
Merged:
https://github.com/mozilla-b2g/gaia/commit/e9c7244dea08ae3743fbe759457127d9d31c187f
Attachment #8442028 -
Flags: review?(andrei.hutusoru) → review+
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•