Closed Bug 1143212 Opened 10 years ago Closed 10 years ago

Intermittent test_profile_management.py TestLog.test_in_app_restart_the_browser | AssertionError: JavascriptException not raised

Categories

(Testing :: Marionette Client and Harness, defect)

x86_64
Windows 8.1
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1142344

People

(Reporter: KWierso, Unassigned)

Details

(Keywords: intermittent-failure)

15:01:56 INFO - TEST-PASS | test_click_scrolling.py TestClickScrolling.test_clicking_on_anchor_scrolls_page | took 443ms 15:01:56 INFO - TEST-START | test_click_scrolling.py TestClickScrolling.test_should_be_able_to_click_on_an_element_hidden_by_overflow 15:01:56 INFO - TEST-SKIP | test_click_scrolling.py TestClickScrolling.test_should_be_able_to_click_on_an_element_hidden_by_overflow | took 0ms 15:01:56 INFO - TEST-START | test_click_scrolling.py TestClickScrolling.test_should_be_able_to_click_radio_button_scrolled_into_view 15:01:56 INFO - TEST-PASS | test_click_scrolling.py TestClickScrolling.test_should_be_able_to_click_radio_button_scrolled_into_view | took 188ms 15:01:56 INFO - TEST-START | test_click_scrolling.py TestClickScrolling.test_should_not_scroll_elements_if_click_point_is_in_view 15:01:57 INFO - TEST-PASS | test_click_scrolling.py TestClickScrolling.test_should_not_scroll_elements_if_click_point_is_in_view | took 1389ms 15:01:57 INFO - TEST-START | test_click_scrolling.py TestClickScrolling.test_should_not_scroll_if_already_scrolled_and_element_is_in_view 15:01:57 INFO - TEST-SKIP | test_click_scrolling.py TestClickScrolling.test_should_not_scroll_if_already_scrolled_and_element_is_in_view | took 1ms 15:01:57 INFO - TEST-START | test_click_scrolling.py TestClickScrolling.test_should_not_scroll_overflow_elements_which_are_visible 15:01:57 INFO - TEST-PASS | test_click_scrolling.py TestClickScrolling.test_should_not_scroll_overflow_elements_which_are_visible | took 171ms 15:01:57 INFO - TEST-START | test_click_scrolling.py TestClickScrolling.test_should_scroll_elements_if_click_point_is_out_of_view_but_element_is_in_view 15:01:58 INFO - TEST-PASS | test_click_scrolling.py TestClickScrolling.test_should_scroll_elements_if_click_point_is_out_of_view_but_element_is_in_view | took 594ms 15:01:58 INFO - TEST-START | test_click_scrolling.py TestClickScrolling.test_should_scroll_overflow_elements_if_click_point_is_out_of_view_but_element_is_in_view 15:01:58 INFO - TEST-SKIP | test_click_scrolling.py TestClickScrolling.test_should_scroll_overflow_elements_if_click_point_is_out_of_view_but_element_is_in_view | took 0ms 15:01:58 INFO - TEST-START | test_click_scrolling.py TestClickScrolling.test_should_scroll_to_click_on_an_element_hidden_by_overflow 15:01:58 INFO - TEST-PASS | test_click_scrolling.py TestClickScrolling.test_should_scroll_to_click_on_an_element_hidden_by_overflow | took 174ms 15:01:58 INFO - TEST-START | test_profile_management.py TestLog.test_can_restart_the_browser 15:01:58 INFO - ERROR:root:[Errno 10054] An existing connection was forcibly closed by the remote host 15:02:23 INFO - TEST-PASS | test_profile_management.py TestLog.test_can_restart_the_browser | took 24725ms 15:02:23 INFO - TEST-START | test_profile_management.py TestLog.test_change_preset 15:02:41 INFO - TEST-PASS | test_profile_management.py TestLog.test_change_preset | took 18257ms 15:02:41 INFO - TEST-START | test_profile_management.py TestLog.test_clean_profile 15:03:00 INFO - TEST-PASS | test_profile_management.py TestLog.test_clean_profile | took 18388ms 15:03:00 INFO - TEST-START | test_profile_management.py TestLog.test_in_app_restart_the_browser 15:03:15 ERROR - TEST-UNEXPECTED-FAIL | test_profile_management.py TestLog.test_in_app_restart_the_browser | AssertionError: JavascriptException not raised 15:03:15 INFO - Traceback (most recent call last): 15:03:15 INFO - File "C:\slave\test\build\venv\lib\site-packages\marionette\marionette_test.py", line 296, in run 15:03:15 INFO - testMethod() 15:03:15 INFO - File "C:\slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_profile_management.py", line 63, in test_in_app_restart_the_browser 15:03:15 INFO - "return SpecialPowers.getBoolPref('marionette.test.restart');") 15:03:15 INFO - TEST-INFO took 15692ms 15:03:15 INFO - TEST-START | test_profile_management.py TestLog.test_preferences_are_set 15:03:15 INFO - TEST-PASS | test_profile_management.py TestLog.test_preferences_are_set | took 47ms 15:03:15 INFO - TEST-START | test_set_window_size.py TestSetWindowSize.test_that_we_can_get_and_set_window_size 15:03:15 INFO - TEST-PASS | test_set_window_size.py TestSetWindowSize.test_that_we_can_get_and_set_window_size | took 52ms 15:03:15 INFO - TEST-START | test_set_window_size.py TestSetWindowSize.test_that_we_can_maximise_the_window 15:03:15 INFO - TEST-PASS | test_set_window_size.py TestSetWindowSize.test_that_we_can_maximise_the_window | took 73ms 15:03:15 INFO - TEST-START | test_set_window_size.py TestSetWindowSize.test_that_we_throw_an_error_when_trying_to_set_maximum_size 15:03:16 INFO - TEST-PASS | test_set_window_size.py TestSetWindowSize.test_that_we_throw_an_error_when_trying_to_set_maximum_size | took 101ms 15:03:16 INFO - TEST-START | test_with_using_context.py TestSetContext.test_exception_raised_while_in_with_block_is_propagated 15:03:16 INFO - TEST-PASS | test_with_using_context.py TestSetContext.test_exception_raised_while_in_with_block_is_propagated | took 165ms 15:03:16 INFO - TEST-START | test_with_using_context.py TestSetContext.test_nested_with_blocks
I removed the failing assertion in bug 1142344.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
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.