Closed
Bug 1576330
Opened 6 years ago
Closed 6 years ago
Intermittent /webdriver/tests/navigate_to/navigate.py | test_null_parameter_value - setup error
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1576329
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure, regression)
Filed by: dvarga [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=263244554&repo=mozilla-inbound
Full log: https://queue.taskcluster.net/v1/task/PnvrjYzQSIO4FVEJdWYjEw/runs/0/artifacts/public/logs/live_backing.log
[task 2019-08-23T20:21:27.511Z] 20:21:27 INFO - STDOUT: <undetermined location>
[task 2019-08-23T20:21:27.511Z] 20:21:27 INFO - STDOUT: Module already imported so cannot be rewritten: mozlog
[task 2019-08-23T20:21:27.512Z] 20:21:27 INFO - STDOUT: -- Docs: http://doc.pytest.org/en/latest/warnings.html
[task 2019-08-23T20:21:27.512Z] 20:21:27 INFO - STDOUT: ===================== 1 warnings, 4 error in 0.31 seconds ======================
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO -
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/navigate_to/navigate.py | test_null_parameter_value - setup error
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO - capabilities = {}
[task 2019-08-23T20:21:27.516Z] 20:21:27 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': 41508}
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO - request = <SubRequest 'session' for <Function 'test_null_parameter_value'>>
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO -
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO - @pytest.fixture(scope="function")
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO - def session(capabilities, configuration, request):
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO - """Create and start a session for a test that does not itself test session creation.
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO -
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO - By default the session will stay open after each test, but we always try to start a
[task 2019-08-23T20:21:27.516Z] 20:21:27 INFO - new one and assume that if that fails there is already a valid session. This makes it
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO - possible to recover from some errors that might leave the session in a bad state, but
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO - does not demand that we start a new session per test."""
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO - global _current_session
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO -
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO - # Update configuration capabilities with custom ones from the
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO - # capabilities fixture, which can be set by tests
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO - caps = copy.deepcopy(configuration["capabilities"])
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO - caps.update(capabilities)
[task 2019-08-23T20:21:27.517Z] 20:21:27 INFO - caps = {"alwaysMatch": caps}
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO -
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - # If there is a session with different capabilities active, end it now
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - if _current_session is not None and (
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - caps != _current_session.requested_capabilities):
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - _current_session.end()
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - _current_session = None
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO -
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - if _current_session is None:
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - _current_session = webdriver.Session(
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - configuration["host"],
[task 2019-08-23T20:21:27.518Z] 20:21:27 INFO - configuration["port"],
[task 2019-08-23T20:21:27.519Z] 20:21:27 INFO - capabilities=caps)
[task 2019-08-23T20:21:27.519Z] 20:21:27 INFO - try:
[task 2019-08-23T20:21:27.519Z] 20:21:27 INFO - > _current_session.start()
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 4•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
•