Intermittent /webdriver/tests/new_session/create_alwaysMatch.py | test_valid[strictFileInteractability-True] - AssertionError: unknown error (500): permission denied
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: csabou [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=272181582&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/QnIMJkz5ROCZ7bmrBwpI9A/runs/0/artifacts/public/logs/live_backing.log
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - TEST-PASS | /webdriver/tests/new_session/create_alwaysMatch.py | test_valid[timeouts-value14]
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/new_session/create_alwaysMatch.py | test_valid[strictFileInteractability-True] - AssertionError: unknown error (500): permission denied
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - new_session = <function new_session at 0x040BE5F0>
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - add_browser_capabilities = <function add_browser_capabilities at 0x040BE5B0>
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - key = 'strictFileInteractability', value = True
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO -
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - @pytest.mark.parametrize("key,value", flatten(product(*item) for item in valid_data))
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - def test_valid(new_session, add_browser_capabilities, key, value):
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - response, _ = new_session({"capabilities": {
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - "alwaysMatch": add_browser_capabilities({key: value})}})
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - > assert_success(response)
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO -
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - _ = None
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - add_browser_capabilities = <function add_browser_capabilities at 0x040BE5B0>
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - key = 'strictFileInteractability'
[task 2019-10-21T15:23:15.675Z] 15:23:15 INFO - new_session = <function new_session at 0x040BE5F0>
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - value = True
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO -
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - tests\web-platform\tests\webdriver\tests\new_session\create_alwaysMatch.py:15:
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO -
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - value = None
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO -
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - def assert_success(response, value=None):
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - """
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - Verify that the provided webdriver.Response instance described
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - a valid success response as defined by dfn-send-a-response
and
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - the provided response value.
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO -
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - :param response: webdriver.Response
instance.
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - :param value: Expected value of the response body, if any.
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - """
[task 2019-10-21T15:23:15.676Z] 15:23:15 INFO - > assert response.status == 200, str(response.error)
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - E AssertionError: unknown error (500): permission denied
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - E
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - E assert 500 == 200
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - E + where 500 = <Response status=500 error=<UnknownErrorException http_status=500>>.status
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO -
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - value = None
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO -
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - tests\web-platform\tests\webdriver\tests\support\asserts.py:67: AssertionError
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - ...........
[task 2019-10-21T15:23:15.677Z] 15:23:15 INFO - TEST-OK | /webdriver/tests/new_session/create_alwaysMatch.py | took 191284ms
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 3•2 years ago
|
||
Description
•