Closed
Bug 1140124
Opened 11 years ago
Closed 11 years ago
Intermittent apps/verticalhome/test/marionette/collection_uninstall_test.js | Vertical - Uninstall Collection uninstall collection
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(b2g-v2.1S fixed)
RESOLVED
FIXED
2.2 S8 (20mar)
| Tracking | Status | |
|---|---|---|
| b2g-v2.1S | --- | fixed |
People
(Reporter: kgrandon, Assigned: apastor)
Details
(Keywords: intermittent-failure, Whiteboard: [systemsfe])
Attachments
(3 files, 1 obsolete file)
12:44:31 INFO - ElementNotVisible: (11) Element is not currently visible and may not be manipulated
12:44:31 INFO - Remote Stack:
12:44:31 INFO - <none>
12:44:31 INFO - at Error.MarionetteError (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/error.js:66:13)
12:44:31 INFO - at Object.Client._handleCallback (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:481:19)
12:44:31 INFO - at /builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:516:23
12:44:31 INFO - at TcpSync.send (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/drivers/tcp-sync.js:159:10)
12:44:31 INFO - at Object.send (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:459:36)
12:44:31 INFO - at Object.Client._sendCommand (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:509:21)
12:44:31 INFO - at Object.Element._sendCommand (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/element.js:49:21)
12:44:31 INFO - at Object.Element.tap (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/element.js:229:19)
12:44:31 INFO - at Context.<anonymous> (/builds/slave/test/gaia/apps/verticalhome/test/marionette/collection_uninstall_test.js:51:12)
http://ftp.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/b2g-inbound-linux64_gecko/1425585484/b2g-inbound_ubuntu64_vm-b2gdt_test-gaia-js-integration-10-bm116-tests1-linux64-build2.txt.gz
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Reporter | ||
Comment 3•11 years ago
|
||
This is possibly caused by this push: https://treeherder.mozilla.org/#/jobs?repo=b2g-inbound&revision=1037f319225f
The patch there changed the number of icons on the home screen which may reveal a bad test. If this has a high failure rate, then let's just disable the test.
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 10•11 years ago
|
||
Looks like this test is perma-red on v2.2 branch [1].
[1] https://treeherder.mozilla.org/#/jobs?repo=gaia-try&revision=e1c30a1abc0b
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → apastor
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8575431 -
Flags: review?(kgrandon)
Comment 13•11 years ago
|
||
Comment 14•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8575439 -
Attachment is obsolete: true
| Reporter | ||
Comment 15•11 years ago
|
||
Comment on attachment 8575431 [details] [review]
[gaia] albertopq:1140124-intermitent-test > mozilla-b2g:master
I don't think that the waitFor() on the .remove button would be needed, but I'm fine trying it to see if it fixes it. Double check that this *actually* fixes v2.2 before landing though. Gaia-try didn't run, so I've kicked it in the hope that it will.
Attachment #8575431 -
Flags: review?(kgrandon) → review+
| Assignee | ||
Comment 16•11 years ago
|
||
I reproed the failure locally, and the error was in the .remove button. After adding the waitFor, a new error appeared in the confirm dialog. May be I misunderstood the firs error, but I would say both fixes are needed. I finally kicked gaia-try for v2.2. Let's see how it goes! :)
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Updated•11 years ago
|
Keywords: checkin-needed
Comment 17•11 years ago
|
||
Pull request has landed in master: https://github.com/mozilla-b2g/gaia/commit/9645d45d5777880e758234516bfcb44c86901da5
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 18•11 years ago
|
||
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•11 years ago
|
status-b2g-v2.1S:
--- → fixed
Updated•11 years ago
|
Target Milestone: --- → 2.2 S8 (20mar)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•