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)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: zcampbell)

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

46 bytes, text/x-github-pull-request
AndreiH
: review+
Details | Review
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 }
Assignee: nobody → zcampbell
Attached file github pr
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)
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.

Attachment

General

Creator:
Created:
Updated:
Size: