Closed
Bug 844490
Opened 12 years ago
Closed 12 years ago
Intermittent test_incoming_connecting_hangup.js | ScriptTimeoutException: timed out
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: philor, Assigned: rwood)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file, 1 obsolete file)
19.83 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=20015860&tree=Mozilla-B2g18
b2g_ics_armv7a_gecko_emulator mozilla-b2g18 opt test marionette-webapi on 2013-02-22 23:47:48 PST for push f96b3fe5d05b
slave: talos-r3-fed-092
23:55:53 INFO - ERROR: /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/telephony/test/marionette/test_incoming_connecting_hangup.js, runTest (marionette_test.MarionetteJSTestCase)
23:55:53 INFO - ----------------------------------------------------------------------
23:55:53 ERROR - Traceback (most recent call last):
23:55:53 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 213, in runTest
23:55:53 INFO - results = self.marionette.execute_js_script(js, args, special_powers=True)
23:55:53 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 467, in execute_js_script
23:55:53 INFO - specialPowers=special_powers)
23:55:53 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 239, in _send_message
23:55:53 INFO - self._handle_error(response)
23:55:53 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 288, in _handle_error
23:55:53 ERROR - raise ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace)
23:55:53 ERROR - TEST-UNEXPECTED-FAIL | test_incoming_connecting_hangup.js | ScriptTimeoutException: timed out
23:55:53 INFO - ----------------------------------------------------------------------
23:55:53 INFO - Ran 1 test in 10.747s
23:55:53 ERROR - FAILED (errors=1)
Reporter | ||
Updated•12 years ago
|
Version: 21 Branch → 18 Branch
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 2•12 years ago
|
||
This looks like another case where we may just need to increase the test's timeout.
Assignee: nobody → rwood
Assignee | ||
Comment 3•12 years ago
|
||
Increase timeout as the emulator is slow and sometimes can't complete processing the command before the test timeout expires. Thanks Jonathan!
Attachment #735165 -
Flags: review?(jgriffin)
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 735165 [details] [diff] [review]
Increase test timeout
Ignore the attachment please, going to make one patch to increase timeout for all sms/telephony tests.
Attachment #735165 -
Attachment is obsolete: true
Attachment #735165 -
Flags: review?(jgriffin)
Assignee | ||
Comment 5•12 years ago
|
||
Increase timeout for all WebAPI telephony tests, to fix/prevent intermittent timeout faiules. The timeouts for the SMS tests are increased in a different patch in bug 841285.
Attachment #735234 -
Flags: review?(jgriffin)
Updated•12 years ago
|
Attachment #735234 -
Flags: review?(jgriffin) → review+
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 7•12 years ago
|
||
Pushed to try:
https://tbpl.mozilla.org/?tree=Try&rev=b4464c8b6aac
Assignee | ||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Assignee | ||
Comment 10•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•