Closed
Bug 903058
Opened 12 years ago
Closed 12 years ago
Intermittent test_filter_number_single.js | ScriptTimeoutException: timed out | test_filter_number_multiple.js | MarionetteException: Emulator callback still pending when finish() called
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: vicamo)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
21.22 KB,
patch
|
airpingu
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=26294016&tree=B2g-Inbound
b2g_emulator b2g-inbound opt test marionette-webapi on 2013-08-07 22:52:01 PDT for push daaaa9227b48
slave: talos-r3-fed-075
23:01:12 INFO - TEST-START test_filter_number_single.js
23:02:13 INFO - /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/mobilemessage/tests/marionette/test_filter_number_single.js, runTest (marionette_test.MarionetteJSTestCase) ... ERROR
23:02:14 INFO - ======================================================================
23:02:14 INFO - ERROR: /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/mobilemessage/tests/marionette/test_filter_number_single.js, runTest (marionette_test.MarionetteJSTestCase)
23:02:14 INFO - ----------------------------------------------------------------------
23:02:14 INFO - Traceback (most recent call last):
23:02:14 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 132, in run
23:02:14 INFO - testMethod()
23:02:14 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 395, in runTest
23:02:14 INFO - filename=os.path.basename(self.jsFile))
23:02:14 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 608, in execute_js_script
23:02:14 INFO - line=None)
23:02:14 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 352, in _send_message
23:02:14 INFO - self._handle_error(response)
23:02:14 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 401, in _handle_error
23:02:14 ERROR - raise ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace)
23:02:14 ERROR - TEST-UNEXPECTED-FAIL | test_filter_number_single.js | ScriptTimeoutException: timed out
23:02:14 INFO - ----------------------------------------------------------------------
23:02:14 INFO - Ran 1 test in 61.501s
23:02:14 WARNING - FAILED (errors=1)
23:02:14 INFO - TEST-START test_filter_number_multiple.js
23:02:18 INFO - /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/mobilemessage/tests/marionette/test_filter_number_multiple.js, runTest (marionette_test.MarionetteJSTestCase) ... ERROR
23:02:19 INFO - ======================================================================
23:02:19 INFO - ERROR: /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/mobilemessage/tests/marionette/test_filter_number_multiple.js, runTest (marionette_test.MarionetteJSTestCase)
23:02:19 INFO - ----------------------------------------------------------------------
23:02:19 INFO - Traceback (most recent call last):
23:02:19 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 132, in run
23:02:19 INFO - testMethod()
23:02:19 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 395, in runTest
23:02:19 INFO - filename=os.path.basename(self.jsFile))
23:02:19 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 608, in execute_js_script
23:02:19 INFO - line=None)
23:02:19 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 352, in _send_message
23:02:19 INFO - self._handle_error(response)
23:02:19 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 413, in _handle_error
23:02:19 INFO - raise MarionetteException(message=message, status=status, stacktrace=stacktrace)
23:02:19 INFO - TEST-UNEXPECTED-FAIL | test_filter_number_multiple.js | MarionetteException: Emulator callback still pending when finish() called
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → vyang
| Assignee | ||
Comment 1•12 years ago
|
||
This test script has been covered by test_filter_mixed.js::testMultipleNumbers[1]. Will remove it.
[1]: https://mxr.mozilla.org/mozilla-central/source/dom/mobilemessage/tests/marionette/test_filter_mixed.js#380
| Assignee | ||
Comment 2•12 years ago
|
||
1. Remove test_filter_number_multiple.js
2. Rename & rewrite test_filter_number_single.js in task-based style.
Attachment #789456 -
Flags: review?(gene.lian)
| Assignee | ||
Updated•12 years ago
|
Blocks: b2g-marionette
Comment 3•12 years ago
|
||
Comment on attachment 789456 [details] [diff] [review]
patch
Review of attachment 789456 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. :P Thank you!
Attachment #789456 -
Flags: review?(gene.lian) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
| Reporter | ||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•