Closed Bug 1025040 Opened 10 years ago Closed 6 years ago

Intermittent test_single_finger_desktop.py test_single_finger_desktop.testSingleFingerMouse.test_chain | TimeoutException: TimeoutException: wait_for_condition timed out (followed by an AssertionError in test_switch_frame.py)

Categories

(Testing :: Marionette Client and Harness, defect, P5)

All
Windows
defect

Tracking

(firefox33 disabled, firefox34 disabled, firefox35 disabled, firefox-esr31 unaffected, b2g-v2.0 unaffected, b2g-v2.1 disabled, b2g-v2.2 disabled, firefox67 wontfix)

RESOLVED INVALID
mozilla67
Tracking Status
firefox33 --- disabled
firefox34 --- disabled
firefox35 --- disabled
firefox-esr31 --- unaffected
b2g-v2.0 --- unaffected
b2g-v2.1 --- disabled
b2g-v2.2 --- disabled
firefox67 --- wontfix

People

(Reporter: emorley, Unassigned)

References

Details

(Keywords: intermittent-failure)

Windows 7 32-bit mozilla-inbound debug test marionette on 2014-06-13 06:35:31 PDT for push 2e3a1b454899 slave: t-w732-ix-116 https://tbpl.mozilla.org/php/getParsedLog.php?id=41673122&tree=Mozilla-Inbound { 06:41:03 INFO - TEST-START test_single_finger_desktop.py 06:41:39 INFO - test_chain (test_single_finger_desktop.testSingleFingerMouse) ... ERROR 06:41:40 INFO - test_chain_flick (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:41:46 INFO - test_context_menu (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:41:46 INFO - test_double_tap (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:41:52 INFO - test_long_press_action (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:41:58 INFO - test_long_press_on_xy_action (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:41:58 INFO - test_move_by_offset (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:41:59 INFO - test_move_element (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:42:00 INFO - test_press_release (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:42:00 INFO - test_press_release_twice (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:42:01 INFO - test_single_tap (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:42:01 INFO - test_wait (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:42:02 INFO - test_wait_with_value (test_single_finger_desktop.testSingleFingerMouse) ... ok 06:42:02 INFO - ====================================================================== 06:42:02 INFO - ERROR: None 06:42:02 INFO - ---------------------------------------------------------------------- 06:42:02 INFO - Traceback (most recent call last): 06:42:02 INFO - File "C:\slave\test\build\tests\marionette\marionette\marionette_test.py", line 170, in run 06:42:02 INFO - testMethod() 06:42:02 INFO - File "C:\slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_single_finger_desktop.py", line 100, in test_chain 06:42:02 INFO - chain(self.marionette, self.wait_for_condition, "button1-mousemove-mousedown", "delayed-mousemove-mouseup") 06:42:02 INFO - File "C:\slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\single_finger_functions.py", line 46, in chain 06:42:02 INFO - wait_for_condition(lambda m: expected2 in m.execute_script("return document.getElementById('delayed').innerHTML;")) 06:42:02 INFO - File "C:\slave\test\build\tests\marionette\marionette\marionette_test.py", line 375, in wait_for_condition 06:42:02 INFO - raise TimeoutException("wait_for_condition timed out") 06:42:02 ERROR - TEST-UNEXPECTED-FAIL | test_single_finger_desktop.py test_single_finger_desktop.testSingleFingerMouse.test_chain | TimeoutException: TimeoutException: wait_for_condition timed out 06:42:02 INFO - ---------------------------------------------------------------------- 06:42:02 INFO - Ran 13 tests in 58.695s } { 06:42:07 INFO - TEST-START test_switch_frame.py 06:42:08 INFO - test_should_allow_a_user_to_switch_from_an_iframe_back_to_the_main_content_of_the_page (test_switch_frame.TestSwitchFrame) ... ok 06:42:10 INFO - test_should_be_able_to_carry_on_working_if_the_frame_is_deleted_from_under_us (test_switch_frame.TestSwitchFrame) ... FAIL 06:42:10 INFO - test_should_be_able_to_switch_to_a_frame_by_its_index (test_switch_frame.TestSwitchFrame) ... ok 06:42:11 INFO - test_should_be_able_to_switch_to_a_frame_using_a_previously_located_element (test_switch_frame.TestSwitchFrame) ... ok 06:42:12 INFO - test_stack_trace (test_switch_frame.TestSwitchFrame) ... ok 06:42:13 INFO - test_switch_nested (test_switch_frame.TestSwitchFrame) ... ok 06:42:14 INFO - test_switch_simple (test_switch_frame.TestSwitchFrame) ... ok 06:42:14 INFO - ====================================================================== 06:42:14 INFO - FAIL: None 06:42:14 INFO - ---------------------------------------------------------------------- 06:42:14 INFO - Traceback (most recent call last): 06:42:14 INFO - File "C:\slave\test\build\tests\marionette\marionette\marionette_test.py", line 170, in run 06:42:14 INFO - testMethod() 06:42:14 INFO - File "C:\slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_switch_frame.py", line 88, in test_should_be_able_to_carry_on_working_if_the_frame_is_deleted_from_under_us 06:42:14 INFO - self.assertEqual(0, len(self.marionette.find_elements("id", "iframe1"))) 06:42:14 ERROR - TEST-UNEXPECTED-FAIL | test_switch_frame.py test_switch_frame.TestSwitchFrame.test_should_be_able_to_carry_on_working_if_the_frame_is_deleted_from_under_us | AssertionError: 0 != 1 06:42:14 INFO - ---------------------------------------------------------------------- 06:42:14 INFO - Ran 7 tests in 7.288s }
This is the top Mn orange at the moment. Dave, do you have time to look at this by chance? :)
Flags: needinfo?(dburns)
Disabled on Windows for frequent ongoing failures. https://hg.mozilla.org/integration/mozilla-inbound/rev/762c775b242a
Flags: needinfo?(dburns)
Whiteboard: [test disabled on Windows][leave open]
Closing as intermittent has not been seen in last 45 days
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME

There are no more failures because the test had been disabled.

Status: RESOLVED → REOPENED
OS: Windows 7 → Windows
Hardware: x86 → All
Resolution: WORKSFORME → ---
Whiteboard: [test disabled on Windows][leave open]
Priority: -- → P5

I'm going to remove all those tests with my patch on bug 1354578 given that those are all legacy action based.

Depends on: 1354578

The tests have all been removed via bug 1533786.

Status: REOPENED → RESOLVED
Closed: 8 years ago6 years ago
Depends on: 1533786
No longer depends on: 1354578
Resolution: --- → INVALID
Target Milestone: --- → mozilla67
Product: Testing → Remote Protocol
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.