Closed
Bug 976381
Opened 11 years ago
Closed 11 years ago
Intermittent test_single_finger.py test_single_finger.testSingleFinger.test_double_tap | B2G is still running but Marionette can't respond
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: KWierso, Unassigned)
Details
(Keywords: intermittent-failure, pi-marionette-intermittent)
https://tbpl.mozilla.org/php/getParsedLog.php?id=35149589&tree=B2g-Inbound
slave: tst-linux64-ec2-109
08:28:15 INFO - TEST-START test_gesture.py
08:28:19 INFO - test_smooth_scroll (test_gesture.testGestures) ... ok
08:28:19 INFO - ----------------------------------------------------------------------
08:28:19 INFO - Ran 1 test in 3.333s
08:28:19 INFO - OK
08:28:19 INFO - TEST-START test_single_finger.py
08:28:27 INFO - test_chain (test_single_finger.testSingleFinger) ... ok
08:28:34 INFO - test_context_menu (test_single_finger.testSingleFinger) ... ok
08:34:37 INFO - test_double_tap (test_single_finger.testSingleFinger) ... ERROR
08:34:37 INFO - ERROR
08:34:44 INFO - test_long_press_action (test_single_finger.testSingleFinger) ... ok
08:34:46 INFO - test_move_element (test_single_finger.testSingleFinger) ... ok
08:34:48 INFO - test_no_press (test_single_finger.testSingleFinger) ... ok
08:34:50 INFO - test_press_release (test_single_finger.testSingleFinger) ... ok
08:34:52 INFO - test_single_tap (test_single_finger.testSingleFinger) ... ok
08:34:54 INFO - test_wait (test_single_finger.testSingleFinger) ... ok
08:34:57 INFO - test_wait_with_value (test_single_finger.testSingleFinger) ... ok
08:34:57 INFO - ======================================================================
08:34:57 INFO - ERROR: None
08:34:57 INFO - ----------------------------------------------------------------------
08:34:57 INFO - Traceback (most recent call last):
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 163, in run
08:34:57 INFO - testMethod()
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_single_finger.py", line 83, in test_double_tap
08:34:57 INFO - double_tap(self.marionette, self.wait_for_condition, "button1-touchstart-touchend-mousemove-mousedown-mouseup-click-touchstart-touchend-mousemove-mousedown-mouseup-click")
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/single_finger_functions.py", line 99, in double_tap
08:34:57 INFO - button = marionette.find_element("id", "button1")
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 1189, in find_element
08:34:57 INFO - response = self._send_message('findElement', 'value', **kwargs)
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 604, in _send_message
08:34:57 INFO - "Connection timed out", status=ErrorCodes.TIMEOUT)
08:34:57 ERROR - TimeoutException: TimeoutException: Connection timed out
08:34:57 INFO - Most recent errors/exceptions are:
08:34:57 INFO - 02-24 11:28:18.692 E/GeckoConsole( 45): [JavaScript Error: "TypeError: element is null" {file: "http://10.134.59.224:35437/testAction.html" line: 46}]
08:34:57 INFO - 02-24 11:28:18.772 E/GeckoConsole( 45): [JavaScript Error: "TypeError: element is null" {file: "http://10.134.59.224:35437/testAction.html" line: 46}]
08:34:57 INFO - 02-24 11:28:18.851 E/GeckoConsole( 45): [JavaScript Error: "TypeError: element is null" {file: "http://10.134.59.224:35437/testAction.html" line: 46}]
08:34:57 INFO - 02-24 11:28:18.921 E/GeckoConsole( 45): [JavaScript Error: "TypeError: element is null" {file: "http://10.134.59.224:35437/testAction.html" line: 46}]
08:34:57 INFO - 02-24 11:28:18.991 E/GeckoConsole( 45): [JavaScript Error: "TypeError: element is null" {file: "http://10.134.59.224:35437/testAction.html" line: 46}]
08:34:57 INFO - TEST-UNEXPECTED-FAIL | test_single_finger.py test_single_finger.testSingleFinger.test_double_tap | B2G is still running but Marionette can't respond due to either a Gecko, Gaia or Marionette error. Above, the 5 most recent errors are listed. Check logcat for all errors if these errors are not the cause of the failure.
08:34:57 INFO - ======================================================================
08:34:57 INFO - ERROR: None
08:34:57 INFO - ----------------------------------------------------------------------
08:34:57 INFO - Traceback (most recent call last):
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 191, in run
08:34:57 INFO - self.tearDown()
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 339, in tearDown
08:34:57 INFO - self.marionette.set_context("content")
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 860, in set_context
08:34:57 INFO - return self._send_message('setContext', 'ok', value=context)
08:34:57 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 589, in _send_message
08:34:57 INFO - raise MarionetteException("Please start a session")
08:34:57 INFO - MarionetteException: MarionetteException: Please start a session
08:34:57 INFO - TEST-UNEXPECTED-FAIL | test_single_finger.py test_single_finger.testSingleFinger.test_double_tap |
08:34:57 INFO - ----------------------------------------------------------------------
08:34:57 INFO - Ran 10 tests in 396.714s
08:34:57 WARNING - FAILED (errors=2)
08:34:57 INFO - TEST-START test_multi_finger.py
08:35:04 INFO - test_move_element (test_multi_finger.testMultiFinger) ... ok
08:35:11 INFO - test_move_offset_element (test_multi_finger.testMultiFinger) ... ok
08:35:18 INFO - test_three_fingers (test_multi_finger.testMultiFinger) ... ok
Updated•11 years ago
|
Keywords: ateam-marionette-intermittent
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 2•11 years ago
|
||
Comment 1 is bug 1023143; the instance per the summary hasn't occurred since Feb -> closing WFM.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 3•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•