Closed
Bug 821927
Opened 7 years ago
Closed 7 years ago
Frequent test_redundant_operations.js | ScriptTimeoutException: timed out
Categories
(Core :: DOM: Device Interfaces, defect)
Not set
Tracking
()
RESOLVED
WORKSFORME
mozilla20
People
(Reporter: jgriffin, Unassigned)
References
Details
(Keywords: intermittent-failure)
The test dom/telephony/test/marionette/test_redundant_operations.js is frequently failing with this error: 14:56:57 ERROR - Traceback (most recent call last): 14:56:57 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 213, in runTest 14:56:57 INFO - results = self.marionette.execute_js_script(js, args, special_powers=True) 14:56:57 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 450, in execute_js_script 14:56:57 INFO - specialPowers=special_powers) 14:56:57 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 227, in _send_message 14:56:57 INFO - self._handle_error(response) 14:56:57 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 276, in _handle_error 14:56:57 ERROR - raise ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace) 14:56:57 ERROR - TEST-UNEXPECTED-FAIL | test_redundant_operations.js | ScriptTimeoutException: timed out Sometimes, this causes mass carnage afterwards, othertimes it's just this one test that fails. 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, even though I can't reproduce it locally. I'm going to disable this test for now, since it's failing most of the time.
Reporter | ||
Comment 1•7 years ago
|
||
Failing logs: https://tbpl.mozilla.org/php/getParsedLog.php?id=17957399&tree=Mozilla-Inbound&full=1 https://tbpl.mozilla.org/php/getParsedLog.php?id=17959053&tree=Mozilla-Inbound&full=1 https://tbpl.mozilla.org/php/getParsedLog.php?id=17955036&tree=Mozilla-Inbound&full=1 https://tbpl.mozilla.org/php/getParsedLog.php?id=17953705&tree=Mozilla-Inbound&full=1 https://tbpl.mozilla.org/php/getParsedLog.php?id=17955241&tree=Firefox&full=1 https://tbpl.mozilla.org/php/getParsedLog.php?id=17959135&tree=Firefox&full=1
Reporter | ||
Comment 2•7 years ago
|
||
test disabled: https://hg.mozilla.org/integration/mozilla-inbound/rev/75e1f24b9af7 https://hg.mozilla.org/releases/mozilla-b2g18/rev/47823629795e https://hg.mozilla.org/releases/mozilla-aurora/rev/baa0d68059af https://hg.mozilla.org/mozilla-central/rev/5706b21f8c95
![]() |
||
Updated•7 years ago
|
Comment 3•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/75e1f24b9af7
Assignee: nobody → jgriffin
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
![]() |
||
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Updated•7 years ago
|
Assignee: jgriffin → nobody
Updated•7 years ago
|
Blocks: b2g-marionette
Comment 8•7 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: 7 years ago → 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•