Closed
Bug 1008168
Opened 11 years ago
Closed 11 years ago
Intermittent fail test_everythingme_add_collection.TestEverythingMeAddCollection on CI
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect, P1)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: AndreiH, Unassigned)
Details
Attachments
(1 file)
75.96 KB,
image/png
|
Details |
This failed again on CI and needs some investigation just to be sure.
This is not reproducible manually and I cannot reproduce this locally.
Needs more investigation.
Traceback (most recent call last):
06:04:05 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
06:04:05 testMethod()
06:04:05 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/everythingme/test_everythingme_add_collection.py", line 25, in test_everythingme_add_collection
06:04:05 contextmenu.tap_add_collection()
06:04:05 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/context_menu.py", line 23, in tap_add_collection
06:04:05 self.wait_for_element_displayed(*self._collection_select_locator)
06:04:05 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
06:04:05 lambda m: m.find_element(by, locator).is_displayed())
06:04:05 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
06:04:05 cause=last_exc)
06:04:05 TimeoutException: TimeoutException: Timed out after 30.1 seconds
06:04:05 TEST-UNEXPECTED-FAIL | test_everythingme_add_collection.py test_everythingme_add_collection.TestEverythingMeAddCollection.test_everythingme_add_collection |
06:04:05 ----------------------------------------------------------------------
06:04:05 Ran 1 test in 95.246s
![]() |
||
Comment 1•11 years ago
|
||
Robert does your patch to this test resolve this aswell?
Flags: needinfo?(robert.chira)
![]() |
||
Comment 2•11 years ago
|
||
In my patch I changed the locator used in that wait.
Since the new locator is in the same screen I do not expect it to fix any issue that might cause the failure described in this bug.
This bug need further investigation though to find the cause of the error.
Flags: needinfo?(robert.chira)
![]() |
Reporter | |
Comment 3•11 years ago
|
||
Screenshot from yesterdays fail
Updated•11 years ago
|
Priority: -- → P1
![]() |
||
Comment 4•11 years ago
|
||
I could not reproduce this issue locally with manual or automated tests.
Also started an adhoc which passed.
http://selenium.qa.mtv2.mozilla.com:8080/view/B2G/job/b2g.hamachi.mozilla-central.ui.adhoc/421/console
It seems to have been an environmental issue. Maybe something related to the wifi issues.
The test passed in each test run since the bug was logged. Closing this as no longer reproduced.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•