Closed
Bug 1168284
Opened 8 years ago
Closed 8 years ago
[v2.2][Gaia::UI Tests]test_marketplace_packaged_app.py: "TimeoutException: TimeoutException: Timed out after 30.1 seconds"
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v2.2 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | affected |
People
(Reporter: liuke, Assigned: cynthiatang)
References
Details
Attachments
(1 file)
[Description] test_marketplace_packaged_app.py fails [Steps to Reproduce] Run the test_marketplace_packaged_app.py [Reproduction Frequency] Always, 5/5 [Reproducible manually] NO Traceback (most recent call last): File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g37_v2_2-0.1-py2.7.egg/marionette/marionette_test.py", line 268, in run testMethod() File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/marketplace/test_marketplace_packaged_app.py", line 28, in test_search_and_install_app marketplace.search(self.app_search) File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/marketplace/app.py", line 50, in search Wait(self.marionette).until(expected.element_displayed(search_box)) File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g37_v2_2-0.1-py2.7.egg/marionette/wait.py", line 143, in until cause=last_exc) TimeoutException: TimeoutException: Timed out after 30.1 seconds [Build info] Device firmware (base) L1TC100118D0 Device firmware (date) 25 May 2015 16:11:54 Device firmware (incremental) eng.cltbld.20150525.041143 Device firmware (release) 4.4.2 Device identifier flame Gaia date 25 May 2015 10:01:14 Gaia revision 144673a41358 Gecko build 20150525002504 Gecko revision c4db2af40b1b Gecko version 37.0 [Attachments] http://mozilla-twqa.github.io/Gaiatest-Reports/2015/05/20150525002504-v2.2-flame/smoketest.html
Reporter | ||
Updated•8 years ago
|
status-b2g-v2.2:
--- → affected
Comment 1•8 years ago
|
||
I suspect you need to backport the pull request from bug 1159787 to v2.2.
Depends on: 1159787
Comment 2•8 years ago
|
||
You will now also need the pull request from bug 1169637 to get this fixed.
Depends on: 1169637
Assignee | ||
Comment 3•8 years ago
|
||
Hi Martijn, I created the pull request with your comments. Could you please review it? Thank you! Reference: Bug 1169637 - Fix failure in test_marketplace_packaged_app.py
Attachment #8614532 -
Flags: review?(martijn.martijn)
Comment 4•8 years ago
|
||
Comment on attachment 8614532 [details] [review] [Gaia] cynthiatang:bug1168284 > mozilla-b2g:v2.2 Looks good. I see that there was also some changes unrelated to the ones from bug 1159787 and bug 1169637, but I think you needed that. I think this test could be taken over from trunk 1 on 1, anyway. I assume you've tested this locally.
Attachment #8614532 -
Flags: review?(martijn.martijn) → review+
Comment 5•8 years ago
|
||
Cynthia, could you assign yourself to the bug if you plan on working on it? Thanks! Merged: https://github.com/mozilla-b2g/gaia/commit/60ffad8ff7bb6c284d879f5f5072dcb9f8b07d0c
Assignee: nobody → ctang
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•