Closed
Bug 1511629
Opened 6 years ago
Closed 6 years ago
Intermittent /webdriver/tests/get_element_property/user_prompts.py | test_accept_and_notify[capabilities0-alert-None] - setup error
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1498944
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: rgurzau [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=215068472&repo=try
https://queue.taskcluster.net/v1/task/S5UVEVmzSk-wiMpFaiGTKA/runs/0/artifacts/public/logs/live_backing.log
[task 2018-12-01T13:12:04.759Z] 13:12:04 INFO - TEST-PASS | /webdriver/tests/get_element_property/user_prompts.py | test_accept[capabilities0-alert-None]
[task 2018-12-01T13:12:04.759Z] 13:12:04 INFO - TEST-PASS | /webdriver/tests/get_element_property/user_prompts.py | test_accept[capabilities0-confirm-True]
[task 2018-12-01T13:12:04.759Z] 13:12:04 INFO - TEST-PASS | /webdriver/tests/get_element_property/user_prompts.py | test_accept[capabilities0-prompt-]
[task 2018-12-01T13:12:04.760Z] 13:12:04 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/get_element_property/user_prompts.py | test_accept_and_notify[capabilities0-alert-None] - setup error
[task 2018-12-01T13:12:04.760Z] 13:12:04 INFO - capabilities = {'unhandledPromptBehavior': 'accept and notify'}
[task 2018-12-01T13:12:04.760Z] 13:12:04 INFO - configuration = {'capabilities': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox/firefox', 'pref...b-platform.test,www.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test'}}}, 'host': '127.0.0.1', 'port': 4444}
[task 2018-12-01T13:12:04.761Z] 13:12:04 INFO - request = <SubRequest 'session' for <Function 'test_accept_and_notify[capabilities0-alert-None]'>>
[task 2018-12-01T13:12:04.761Z] 13:12:04 INFO -
[task 2018-12-01T13:12:04.761Z] 13:12:04 INFO - @pytest.fixture(scope="function")
[task 2018-12-01T13:12:04.761Z] 13:12:04 INFO - def session(capabilities, configuration, request):
[task 2018-12-01T13:12:04.762Z] 13:12:04 INFO - """Create and start a session for a test that does not itself test session creation.
[task 2018-12-01T13:12:04.762Z] 13:12:04 INFO -
[task 2018-12-01T13:12:04.762Z] 13:12:04 INFO - By default the session will stay open after each test, but we always try to start a
[task 2018-12-01T13:12:04.763Z] 13:12:04 INFO - new one and assume that if that fails there is already a valid session. This makes it
[task 2018-12-01T13:12:04.763Z] 13:12:04 INFO - possible to recover from some errors that might leave the session in a bad state, but
[task 2018-12-01T13:12:04.763Z] 13:12:04 INFO - does not demand that we start a new session per test."""
[task 2018-12-01T13:12:04.763Z] 13:12:04 INFO - global _current_session
[task 2018-12-01T13:12:04.764Z] 13:12:04 INFO -
[task 2018-12-01T13:12:04.764Z] 13:12:04 INFO - # Update configuration capabilities with custom ones from the
[task 2018-12-01T13:12:04.764Z] 13:12:04 INFO - # capabilities fixture, which can be set by tests
[task 2018-12-01T13:12:04.765Z] 13:12:04 INFO - caps = copy.deepcopy(configuration["capabilities"])
[task 2018-12-01T13:12:04.765Z] 13:12:04 INFO - caps.update(capabilities)
[task 2018-12-01T13:12:04.765Z] 13:12:04 INFO - caps = {"alwaysMatch": caps}
[task 2018-12-01T13:12:04.766Z] 13:12:04 INFO -
[task 2018-12-01T13:12:04.766Z] 13:12:04 INFO - # If there is a session with different capabilities active, end it now
[task 2018-12-01T13:12:04.766Z] 13:12:04 INFO - if _current_session is not None and (
[task 2018-12-01T13:12:04.767Z] 13:12:04 INFO - caps != _current_session.requested_capabilities):
[task 2018-12-01T13:12:04.767Z] 13:12:04 INFO - _current_session.end()
[task 2018-12-01T13:12:04.767Z] 13:12:04 INFO - _current_session = None
Comment hidden (Intermittent Failures Robot) |
Connection refused failure due to missing "sessionstore-windows-restored" notification in Firefox. This should have been known as dupe of bug 1498944.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(rgurzau)
Resolution: --- → DUPLICATE
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
•