Closed Bug 1725889 Opened 4 years ago Closed 4 years ago

Intermittent /webdriver/tests/new_session/merge.py | test_merge_browserName - AssertionError: unknown error (500): Process unexpectedly closed with status 1

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1728074

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: assertion, intermittent-failure)

Filed by: abutkovits [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=348490903&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YQzT9pQ6SEaaA58tSa4Y0g/runs/0/artifacts/public/logs/live_backing.log


[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - TEST-PASS | /webdriver/tests/new_session/merge.py | test_merge_invalid[timeouts-value4] 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - TEST-PASS | /webdriver/tests/new_session/merge.py | test_merge_platformName 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/new_session/merge.py | test_merge_browserName - AssertionError: unknown error (500): Process unexpectedly closed with status 1
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - new_session = <function fixture_new_session.<locals>.new_session at 0x7fd78ea5f680>
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - add_browser_capabilities = <function fixture_add_browser_capabilities.<locals>.add_browser_capabilities at 0x7fd78ea5fc20>
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO -     def test_merge_browserName(new_session, add_browser_capabilities):
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO -         response, session = new_session({"capabilities": {"alwaysMatch": add_browser_capabilities({})}})
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - >       value = assert_success(response)
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - add_browser_capabilities = <function fixture_add_browser_capabilities.<locals>.add_browser_capabilities at 0x7fd78ea5fc20>
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - new_session = <function fixture_new_session.<locals>.new_session at 0x7fd78ea5f680>
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - response   = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - session    = None
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - tests/web-platform/tests/webdriver/tests/new_session/merge.py:63: 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - value = None
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO - 
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO -     def assert_success(response, value=None):
[task 2021-08-15T21:43:46.120Z] 21:43:46     INFO -         """
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO -         Verify that the provided webdriver.Response instance described
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO -         a valid success response as defined by `dfn-send-a-response` and
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO -         the provided response value.
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO -     
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO -         :param response: ``webdriver.Response`` instance.
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO -         :param value: Expected value of the response body, if any.
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO -         """
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - >       assert response.status == 200, str(response.error)
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - E       AssertionError: unknown error (500): Process unexpectedly closed with status 1
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - E         
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - E       assert 500 == 200
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - E         +500
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - E         -200
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - 
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - response   = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - value      = None
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - 
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - tests/web-platform/tests/webdriver/tests/support/asserts.py:69: AssertionError
[task 2021-08-15T21:43:46.121Z] 21:43:46     INFO - TEST-OK | /webdriver/tests/new_session/merge.py | took 5790ms
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.