Closed
Bug 1061221
Opened 10 years ago
Closed 10 years ago
Intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/system/test/marionette/notification_events_test.js | Notification events close event removes resent notification
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.1 S4 (12sep)
People
(Reporter: evanxd, Assigned: mikehenrty)
References
Details
(Keywords: intermittent-failure, Whiteboard: [systemsfe])
Attachments
(2 files)
The log[1][2]:
03:58:56 INFO - 1) Notification events close event removes resent notification:
03:58:56 INFO - ScriptTimeout: (28) timed out
03:58:56 INFO - Remote Stack:
03:58:56 INFO - <none>
03:58:56 INFO - at Error.MarionetteError (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/error.js:67:13)
03:58:56 INFO - at Object.Client._handleCallback (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:476:19)
03:58:56 INFO - at /builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:510:21
03:58:56 INFO - at TcpSync.send (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/drivers/tcp-sync.js:153:10)
03:58:56 INFO - at Object.send (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:457:36)
03:58:56 INFO - at Object.Client._sendCommand (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:503:19)
03:58:56 INFO - at Object._executeScript (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:1468:19)
03:58:56 INFO - at Object.executeAsyncScript (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:1249:19)
03:58:56 INFO - at getHomescreen (/builds/slave/test/gaia/node_modules/marionette-apps/lib/launch.js:9:20)
03:58:56 INFO - at launch (/builds/slave/test/gaia/node_modules/marionette-apps/lib/launch.js:47:23)
03:58:56 INFO - at Context.<anonymous> (/builds/slave/test/gaia/apps/system/test/marionette/notification_events_test.js:319:17)
03:58:56 INFO - at Test.Runnable.run (/builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:196:15)
03:58:56 INFO - at Runner.runTest (/builds/slave/test/gaia/node_modules/mocha/lib/runner.js:373:10)
03:58:56 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runner.js:451:12
03:58:56 INFO - at next (/builds/slave/test/gaia/node_modules/mocha/lib/runner.js:298:14)
03:58:56 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runner.js:308:7
03:58:56 INFO - at next (/builds/slave/test/gaia/node_modules/mocha/lib/runner.js:246:23)
03:58:56 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runner.js:270:7
03:58:56 INFO - at done (/builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:185:5)
03:58:56 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:199:9
03:58:56 INFO - at Object.executeHook (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:369:18)
03:58:56 INFO - at process._tickCallback (node.js:415:13)
[1] https://tbpl.mozilla.org/php/getParsedLog.php?id=47165076&tree=Gaia-Try
[2] https://tbpl.mozilla.org/php/getParsedLog.php?id=47163530&tree=Gaia-Try#error0
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
When did this test started to be intermittent ?!
Comment 3•10 years ago
|
||
As documented in bug 1046828 comment 43 by :gandalf, the failure was indeed indicating a regression introduced by this bug.
Flags: needinfo?(evanxd)
Reporter | ||
Comment 4•10 years ago
|
||
Nice, so let's try to re-enable the test.
Thanks.
Flags: needinfo?(evanxd)
Reporter | ||
Comment 5•10 years ago
|
||
If the TBPL job[1] is good, then we could re-enable it.
[1] https://tbpl.mozilla.org/?rev=e53430d5dcc899228a8b2d8ca5d2e18130786cf8&tree=Gaia-Try
Updated•10 years ago
|
Keywords: intermittent-failure
Assignee | ||
Comment 6•10 years ago
|
||
Now that bug 1063087 has landed in gaia, I believe we shouldn't see the second call to getHomescreen failing as it was. Let's re-run these.
Assignee | ||
Comment 7•10 years ago
|
||
Looking good, let's re-enable.
https://tbpl.mozilla.org/?rev=a927f590ccacf7af7d7dc582097178e663c0e778&tree=Gaia-Try
Assignee | ||
Comment 8•10 years ago
|
||
Assignee: nobody → mhenretty
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [systemsfe]
Updated•10 years ago
|
Target Milestone: --- → 2.1 S4 (12sep)
You need to log in
before you can comment on or make changes to this bug.
Description
•