Closed
Bug 821958
Opened 12 years ago
Closed 11 years ago
Frequent test_multiple_hold.js | ScriptTimeoutException: timed out
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla20
People
(Reporter: bzbarsky, Unassigned)
References
Details
(Keywords: intermittent-failure)
+++ This bug was initially created as a clone of Bug #821927 +++
The test dom/telephony/test/marionette/test_multiple_hold.js is frequently (every single time, in fact) failing with this error:
17:39:42 ERROR - Traceback (most recent call last):
17:39:42 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 213, in runTest
17:39:42 INFO - results = self.marionette.execute_js_script(js, args, special_powers=True)
17:39:42 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 450, in execute_js_script
17:39:42 INFO - specialPowers=special_powers)
17:39:42 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 227, in _send_message
17:39:42 INFO - self._handle_error(response)
17:39:42 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 276, in _handle_error
17:39:42 ERROR - raise ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace)
17:39:42 ERROR - TEST-UNEXPECTED-FAIL | test_multiple_hold.js | ScriptTimeoutException: timed out
This appeared at roughly the same time on mozilla-inbound and mozilla-central, at about the same time the emulator used by buildbot was updated (bug 821563), so I'm thinking that is the cause. This hypothesis is further supported by the fact that retriggering Mn on changesets from this morning where it was green then now turns orange.
I'm going to disable this test for now, since it's failing most of the time (last 6 retriggers on inbound tip, for example).
(Most of this text shamelessly stolen from bug 821927)
Reporter | ||
Comment 1•12 years ago
|
||
Failing logs:
https://tbpl.mozilla.org/php/getParsedLog.php?id=17961291&tree=Mozilla-Inbound&full=1
https://tbpl.mozilla.org/php/getParsedLog.php?id=17962515&tree=Mozilla-Inbound&full=1
https://tbpl.mozilla.org/php/getParsedLog.php?id=17962779&tree=Mozilla-Inbound&full=1
https://tbpl.mozilla.org/php/getParsedLog.php?id=17962827&tree=Mozilla-Inbound&full=1
https://tbpl.mozilla.org/php/getParsedLog.php?id=17962802&tree=Mozilla-Inbound&full=1
https://tbpl.mozilla.org/php/getParsedLog.php?id=17962828&tree=Mozilla-Inbound&full=1
Test disabled:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6b9550f406de
Comment 2•12 years ago
|
||
Thanks bz
Comment 3•12 years ago
|
||
Test disabled: https://hg.mozilla.org/mozilla-central/rev/5ea1c76e4bb3
Comment 4•12 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Reporter | ||
Updated•12 years ago
|
Assignee: bzbarsky → nobody
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•12 years ago
|
Blocks: b2g-marionette
Comment 5•11 years ago
|
||
Resolving WFM keyword:intermittent-failure bugs last modified >3 months ago, whose whiteboard contains none of:
{random,disabled,marked,fuzzy,todo,fails,failing,annotated,time-bomb,leave open}
There will inevitably be some false positives; for that (and the bugspam) I apologise. Filter on orangewfm.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•