Intermittent /webdriver/tests/find_elements/find.py | test_null_parameter_value - setup error [Connection refused]
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: ccoroiu [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=286491737&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B-p75Y-2RqKhxR4P-fwb1w/runs/0/artifacts/public/logs/live_backing.log
task 2020-01-25T22:15:16.799Z] 22:15:16 INFO - STDOUT: # if there is no prior response, then we can request at will.
[task 2020-01-25T22:15:16.799Z] 22:15:16 INFO - STDOUT: #
[task 2020-01-25T22:15:16.803Z] 22:15:16 INFO -
[task 2020-01-25T22:15:16.803Z] 22:15:16 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/find_elements/find.py | test_null_parameter_value - setup error
[task 2020-01-25T22:15:16.803Z] 22:15:16 INFO - capabilities = {}
[task 2020-01-25T22:15:16.803Z] 22:15:16 INFO - configuration = {'capabilities': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox/firefox', 'pref...platform.test,www2.www.not-web-platform.test', 'network.process.enabled': False}}}, 'host': '127.0.0.1', 'port': 46958}
[task 2020-01-25T22:15:16.803Z] 22:15:16 INFO - request = <SubRequest 'session' for <Function 'test_null_parameter_value'>>
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO -
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - @pytest.fixture(scope="function")
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - def session(capabilities, configuration, request):
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - """Create and start a session for a test that does not itself test session creation.
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO -
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - By default the session will stay open after each test, but we always try to start a
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - new one and assume that if that fails there is already a valid session. This makes it
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - possible to recover from some errors that might leave the session in a bad state, but
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - does not demand that we start a new session per test."""
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - global _current_session
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO -
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - # Update configuration capabilities with custom ones from the
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - # capabilities fixture, which can be set by tests
[task 2020-01-25T22:15:16.804Z] 22:15:16 INFO - caps = copy.deepcopy(configuration["capabilities"])
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - caps.update(capabilities)
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - caps = {"alwaysMatch": caps}
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO -
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - # If there is a session with different capabilities active, end it now
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - if _current_session is not None and (
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - caps != _current_session.requested_capabilities):
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - _current_session.end()
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - _current_session = None
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO -
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - if _current_session is None:
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - _current_session = webdriver.Session(
[task 2020-01-25T22:15:16.805Z] 22:15:16 INFO - configuration["host"],
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO - configuration["port"],
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO - capabilities=caps)
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO - try:
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO - > _current_session.start()
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO -
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO - capabilities = {}
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO - caps = {'alwaysMatch': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox/firefox', 'prefs...form.test,xn--lve-6lad.www2.not-web-platform.test,www2.www.not-web-platform.test', 'network.process.enabled': False}}}}
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO - configuration = {'capabilities': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox/firefox', 'pref...platform.test,www2.www.not-web-platform.test', 'network.process.enabled': False}}}, 'host': '127.0.0.1', 'port': 46958}
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO - request = <SubRequest 'session' for <Function 'test_null_parameter_value'>>
[task 2020-01-25T22:15:16.806Z] 22:15:16 INFO -
[task 2020-01-25T22:15:16.807Z] 22:15:16 INFO - tests/web-platform/tests/webdriver/tests/support/fixtures.py:150:
| Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Comment 3•3 years ago
|
||
Description
•