Closed
Bug 1772238
Opened 3 years ago
Closed 3 years ago
Intermittent mozilla/tests/webdriver/protocol/allow_origins.py | test_allow_origins_passed_to_remote_agent[allowed] - ConnectionRefusedError: [Errno 111] Connection refused
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1751295
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: abutkovits [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=379950933&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/fOuFLrQgS1-YJb533KZnuQ/runs/0/artifacts/public/logs/live_backing.log
[task 2022-06-01T22:17:12.531Z] 22:17:12 INFO - TEST-PASS | /_mozilla/webdriver/protocol/allow_origins.py | test_allow_hosts[allow_origins5-http://www.web-platform.test-500]
[task 2022-06-01T22:17:12.531Z] 22:17:12 INFO - TEST-UNEXPECTED-FAIL | /_mozilla/webdriver/protocol/allow_origins.py | test_allow_origins_passed_to_remote_agent[allowed] - ConnectionRefusedError: [Errno 111] Connection refused
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - configuration = {'capabilities': {'moz:firefoxOptions': {'args': ['--profile', '/tmp/tmpffx772yb.mozrunner'], 'binary': '/builds/worke...}}, 'host': '127.0.0.1', 'port': 42855, 'webdriver': {'args': ['-vv'], 'binary': '/builds/worker/fetches/geckodriver'}}
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - geckodriver = <function geckodriver.<locals>._geckodriver at 0x7f8b56fc1048>
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - allow_origins = ['https://web-platform.test', 'http://web-platform.test']
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - origin = 'http://web-platform.test', status = 101
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO -
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - @pytest.mark.parametrize(
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - "allow_origins, origin, status",
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - [
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - (
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - ["https://web-platform.test", "http://web-platform.test"],
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - "http://web-platform.test",
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - 101,
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - ),
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - (["https://web-platform.test"], "http://web-platform.test", 400),
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - ],
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - ids=["allowed", "not allowed"],
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - )
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - def test_allow_origins_passed_to_remote_agent(
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - configuration, geckodriver, allow_origins, origin, status
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - ):
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - config = deepcopy(configuration)
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - config["capabilities"]["webSocketUrl"] = True
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO -
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - extra_args = ["--allow-origins"] + allow_origins
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO -
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - driver = geckodriver(config=config, extra_args=extra_args)
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO -
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - > driver.new_session()
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO -
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - allow_origins = ['https://web-platform.test', 'http://web-platform.test']
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - config = {'capabilities': {'moz:firefoxOptions': {'args': ['--profile',
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - '/tmp/tmpffx772yb.mozrunner'],
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - 'binary': '/builds/worker/workspace/build/application/firefox/firefox'},
[task 2022-06-01T22:17:12.532Z] 22:17:12 INFO - 'webSocketUrl': True},
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - 'host': '127.0.0.1',
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - 'port': 42855,
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - 'webdriver': {'args': ['-vv'], 'binary': '/builds/worker/fetches/geckodriver'}}
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - configuration = {'capabilities': {'moz:firefoxOptions': {'args': ['--profile',
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - '/tmp/tmpffx772yb.mozrunner'],
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - 'binary': '/builds/worker/workspace/build/application/firefox/firefox'}},
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - 'host': '127.0.0.1',
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - 'port': 42855,
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - 'webdriver': {'args': ['-vv'], 'binary': '/builds/worker/fetches/geckodriver'}}
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - driver = <support.fixtures.Geckodriver object at 0x7f8b6445d550>
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - extra_args = ['--allow-origins', 'https://web-platform.test', 'http://web-platform.test']
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - geckodriver = <function geckodriver.<locals>._geckodriver at 0x7f8b56fc1048>
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - origin = 'http://web-platform.test'
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - status = 101
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO -
[task 2022-06-01T22:17:12.533Z] 22:17:12 INFO - tests/web-platform/mozilla/tests/webdriver/protocol/allow_origins.py:52:
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
Comment 2•2 years ago
|
||
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.
Description
•