Closed
Bug 1235528
Opened 10 years ago
Closed 10 years ago
Intermittent TEST-UNEXPECTED-FAIL | apps/homescreen/test/marionette/app_hosted_use_cached_icon_test.js | Homescreen - Hosted app cached icon fetch fallback to default icon
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.6 S5 - 1/15
People
(Reporter: mikehenrty, Assigned: cwiiis)
Details
(Keywords: intermittent-failure, Whiteboard: [MJS][systemsfe])
Attachments
(2 files)
When I disable the retry logic in bug 1222215, I see this test failing often (2 out of 5 times). Let's disable this test so it doesn't block bug 1222215.
TEST-UNEXPECTED-FAIL | apps/homescreen/test/marionette/app_hosted_use_cached_icon_test.js | Homescreen - Hosted app cached icon fetch fallback to default icon
Error: timeout exceeded!
at Object.Client.waitForSync (node_modules/marionette-client/lib/marionette/client.js:760:16)
at Object.Client.waitFor (node_modules/marionette-client/lib/marionette/client.js:726:60)
at Object.Homescreen.waitForIconImageUrl (apps/homescreen/test/marionette/lib/homescreen.js:225:17)
at Context.<anonymous> (apps/homescreen/test/marionette/app_hosted_use_cached_icon_test.js:57:10)
at Test.MarionetteTest.run (node_modules/marionette-js-runner/lib/ui.js:25:31)
at apps/homescreen/test/marionette/app_hosted_use_cached_icon_test.js:17:7
at ChildProcess.<anonymous> (apps/homescreen/test/marionette/server/parent.js:187:5)
at handleMessage (internal/child_process.js:686:10)
at Pipe.channel.onread (internal/child_process.js:440:11)
https://treeherder.mozilla.org/logviewer.html#?job_id=3235191&repo=gaia
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Updated•10 years ago
|
Assignee: nobody → chrislord.net
Target Milestone: --- → 2.6 S5 - 1/15
| Assignee | ||
Comment 2•10 years ago
|
||
My best guess here is that we're not explicitly waiting for the cached icon to be stored, so it's possible to restart the homescreen before it gets a chance to store the icon in its icon cache.
Similar app_order_test, we (probably) need to wait for the app's metadata to include the icon before restarting the homescreen.
Status: NEW → ASSIGNED
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8704660 [details] [review]
[gaia] Cwiiis:bug1235528-homescreen-app-hosted-use-cached-icon-test > mozilla-b2g:master
50 consecutive greens: https://treeherder.mozilla.org/#/jobs?repo=gaia&revision=82d7d797ae6cd4222d3f8707939a28b246686f2e
Attachment #8704660 -
Flags: review?(gmarty)
Comment 5•10 years ago
|
||
Comment on attachment 8704660 [details] [review]
[gaia] Cwiiis:bug1235528-homescreen-app-hosted-use-cached-icon-test > mozilla-b2g:master
Looks good!
Attachment #8704660 -
Flags: review?(gmarty) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•