Closed Bug 1494523 Opened 6 years ago Closed 6 years ago

Intermittent /webdriver/tests/is_element_enabled/user_prompts.py | test_dismiss[capabilities0-alert-None] - setup error

Categories

(Remote Protocol :: Marionette, defect, P5)

Version 3
defect

Tracking

(firefox63 fixed, firefox64 fixed)

RESOLVED FIXED
mozilla64
Tracking Status
firefox63 --- fixed
firefox64 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: stransky)

References

Details

(Keywords: intermittent-failure)

Filed by: cbrindusan [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=201824219&repo=autoland https://queue.taskcluster.net/v1/task/DTmH7SpRRsKeQ4Q8rEgQhg/runs/0/artifacts/public/logs/live_backing.log task 2018-09-27T01:27:08.434Z] 01:27:08 INFO - STDOUT: ___________ ERROR at setup of test_dismiss[capabilities0-alert-None] ___________ [task 2018-09-27T01:27:08.434Z] 01:27:08 INFO - STDOUT: capabilities = {'unhandledPromptBehavior': 'dismiss'} [task 2018-09-27T01:27:08.435Z] 01:27:08 INFO - STDOUT: 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-09-27T01:27:08.435Z] 01:27:08 INFO - STDOUT: request = <SubRequest 'session' for <Function 'test_dismiss[capabilities0-alert-None]'>> [task 2018-09-27T01:27:08.437Z] 01:27:08 INFO - STDOUT: @pytest.fixture(scope="function") [task 2018-09-27T01:27:08.438Z] 01:27:08 INFO - STDOUT: def session(capabilities, configuration, request): [task 2018-09-27T01:27:08.438Z] 01:27:08 INFO - STDOUT: """Create and start a session for a test that does not itself test session creation. [task 2018-09-27T01:27:08.439Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.439Z] 01:27:08 INFO - STDOUT: By default the session will stay open after each test, but we always try to start a [task 2018-09-27T01:27:08.440Z] 01:27:08 INFO - STDOUT: new one and assume that if that fails there is already a valid session. This makes it [task 2018-09-27T01:27:08.440Z] 01:27:08 INFO - STDOUT: possible to recover from some errors that might leave the session in a bad state, but [task 2018-09-27T01:27:08.440Z] 01:27:08 INFO - STDOUT: does not demand that we start a new session per test.""" [task 2018-09-27T01:27:08.442Z] 01:27:08 INFO - STDOUT: global _current_session [task 2018-09-27T01:27:08.442Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.443Z] 01:27:08 INFO - STDOUT: # Update configuration capabilities with custom ones from the [task 2018-09-27T01:27:08.444Z] 01:27:08 INFO - STDOUT: # capabilities fixture, which can be set by tests [task 2018-09-27T01:27:08.444Z] 01:27:08 INFO - STDOUT: caps = copy.deepcopy(configuration["capabilities"]) [task 2018-09-27T01:27:08.444Z] 01:27:08 INFO - STDOUT: caps.update(capabilities) [task 2018-09-27T01:27:08.445Z] 01:27:08 INFO - STDOUT: caps = {"alwaysMatch": caps} [task 2018-09-27T01:27:08.445Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.446Z] 01:27:08 INFO - STDOUT: # If there is a session with different capabilities active, end it now [task 2018-09-27T01:27:08.446Z] 01:27:08 INFO - STDOUT: if _current_session is not None and ( [task 2018-09-27T01:27:08.447Z] 01:27:08 INFO - STDOUT: caps != _current_session.requested_capabilities): [task 2018-09-27T01:27:08.447Z] 01:27:08 INFO - STDOUT: _current_session.end() [task 2018-09-27T01:27:08.447Z] 01:27:08 INFO - STDOUT: _current_session = None [task 2018-09-27T01:27:08.448Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.449Z] 01:27:08 INFO - STDOUT: if _current_session is None: [task 2018-09-27T01:27:08.450Z] 01:27:08 INFO - STDOUT: _current_session = webdriver.Session( [task 2018-09-27T01:27:08.451Z] 01:27:08 INFO - STDOUT: configuration["host"], [task 2018-09-27T01:27:08.452Z] 01:27:08 INFO - STDOUT: configuration["port"], [task 2018-09-27T01:27:08.453Z] 01:27:08 INFO - STDOUT: capabilities=caps) [task 2018-09-27T01:27:08.466Z] 01:27:08 INFO - STDOUT: try: [task 2018-09-27T01:27:08.466Z] 01:27:08 INFO - STDOUT: > _current_session.start() [task 2018-09-27T01:27:08.467Z] 01:27:08 INFO - STDOUT: capabilities = {'unhandledPromptBehavior': 'dismiss'} [task 2018-09-27T01:27:08.468Z] 01:27:08 INFO - STDOUT: caps = {'alwaysMatch': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox/firefox', 'prefs...latform.test,www.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test'}}, 'unhandledPromptBehavior': 'dismiss'}} [task 2018-09-27T01:27:08.470Z] 01:27:08 INFO - STDOUT: 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-09-27T01:27:08.471Z] 01:27:08 INFO - STDOUT: request = <SubRequest 'session' for <Function 'test_dismiss[capabilities0-alert-None]'>> [task 2018-09-27T01:27:08.471Z] 01:27:08 INFO - STDOUT: tests/web-platform/tests/webdriver/tests/conftest.py [task 2018-09-27T01:27:08.471Z] 01:27:08 INFO - STDOUT: :150: [task 2018-09-27T01:27:08.490Z] 01:27:08 INFO - STDOUT: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [task 2018-09-27T01:27:08.490Z] 01:27:08 INFO - STDOUT: tests/web-platform/tests/tools/webdriver/webdriver/client.py [task 2018-09-27T01:27:08.490Z] 01:27:08 INFO - STDOUT: :422: in start [task 2018-09-27T01:27:08.492Z] 01:27:08 INFO - STDOUT: value = self.send_command("POST", "session", body=body) [task 2018-09-27T01:27:08.493Z] 01:27:08 INFO - STDOUT: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [task 2018-09-27T01:27:08.493Z] 01:27:08 INFO - STDOUT: self = <Session (disconnected)>, method = 'POST', url = 'session' [task 2018-09-27T01:27:08.494Z] 01:27:08 INFO - STDOUT: body = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox...atform.test,www.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test'}}, 'unhandledPromptBehavior': 'dismiss'}}} [task 2018-09-27T01:27:08.494Z] 01:27:08 INFO - STDOUT: def send_command(self, method, url, body=None): [task 2018-09-27T01:27:08.495Z] 01:27:08 INFO - STDOUT: """ [task 2018-09-27T01:27:08.496Z] 01:27:08 INFO - STDOUT: Send a command to the remote end and validate its success. [task 2018-09-27T01:27:08.497Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.498Z] 01:27:08 INFO - STDOUT: :param method: HTTP method to use in request. [task 2018-09-27T01:27:08.500Z] 01:27:08 INFO - STDOUT: :param uri: "Command part" of the HTTP request URL, [task 2018-09-27T01:27:08.500Z] 01:27:08 INFO - STDOUT: e.g. `window/rect`. [task 2018-09-27T01:27:08.501Z] 01:27:08 INFO - STDOUT: :param body: Optional body of the HTTP request. [task 2018-09-27T01:27:08.502Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.503Z] 01:27:08 INFO - STDOUT: :return: `None` if the HTTP response body was empty, otherwise [task 2018-09-27T01:27:08.504Z] 01:27:08 INFO - STDOUT: the `value` field returned after parsing the response [task 2018-09-27T01:27:08.505Z] 01:27:08 INFO - STDOUT: body as JSON. [task 2018-09-27T01:27:08.509Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.510Z] 01:27:08 INFO - STDOUT: :raises error.WebDriverException: If the remote end returns [task 2018-09-27T01:27:08.511Z] 01:27:08 INFO - STDOUT: an error. [task 2018-09-27T01:27:08.512Z] 01:27:08 INFO - STDOUT: :raises ValueError: If the response body does not contain a [task 2018-09-27T01:27:08.513Z] 01:27:08 INFO - STDOUT: `value` key. [task 2018-09-27T01:27:08.513Z] 01:27:08 INFO - STDOUT: """ [task 2018-09-27T01:27:08.514Z] 01:27:08 INFO - STDOUT: response = self.transport.send( [task 2018-09-27T01:27:08.515Z] 01:27:08 INFO - STDOUT: method, url, body, [task 2018-09-27T01:27:08.516Z] 01:27:08 INFO - STDOUT: encoder=protocol.Encoder, decoder=protocol.Decoder, [task 2018-09-27T01:27:08.517Z] 01:27:08 INFO - STDOUT: session=self) [task 2018-09-27T01:27:08.518Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.519Z] 01:27:08 INFO - STDOUT: if response.status != 200: [task 2018-09-27T01:27:08.520Z] 01:27:08 INFO - STDOUT: err = error.from_response(response) [task 2018-09-27T01:27:08.520Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.521Z] 01:27:08 INFO - STDOUT: if isinstance(err, error.InvalidSessionIdException): [task 2018-09-27T01:27:08.522Z] 01:27:08 INFO - STDOUT: # The driver could have already been deleted the session. [task 2018-09-27T01:27:08.523Z] 01:27:08 INFO - STDOUT: self.session_id = None [task 2018-09-27T01:27:08.523Z] 01:27:08 INFO - STDOUT: [task 2018-09-27T01:27:08.524Z] 01:27:08 INFO - STDOUT: > raise err [task 2018-09-27T01:27:08.525Z] 01:27:08 INFO - STDOUT: E UnknownErrorException: unknown error (500): connection refused [task 2018-09-27T01:27:08.525Z] 01:27:08 INFO - STDOUT: body = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox...atform.test,www.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test'}}, 'unhandledPromptBehavior': 'dismiss'}}} [task 2018-09-27T01:27:08.526Z] 01:27:08 INFO - STDOUT: err = <UnknownErrorException http_status=500> [task 2018-09-27T01:27:08.527Z] 01:27:08 INFO - STDOUT: method = 'POST' [task 2018-09-27T01:27:08.528Z] 01:27:08 INFO - STDOUT: response = <Response status=500 error=<UnknownErrorException http_status=500>> [task 2018-09-27T01:27:08.528Z] 01:27:08 INFO - STDOUT: self = <Session (disconnected)> [task 2018-09-27T01:27:08.529Z] 01:27:08 INFO - STDOUT: url = 'session' [task 2018-09-27T01:27:08.529Z] 01:27:08 INFO - STDOUT: tests/web-platform/tests/tools/webdriver/webdriver/client.py [task 2018-09-27T01:27:08.530Z] 01:27:08 INFO - STDOUT: :473: UnknownErrorException [task 2018-09-27T01:27:08.531Z] 01:27:08 INFO - STDOUT: =============================== warnings summary =============================== [task 2018-09-27T01:27:08.531Z] 01:27:08 INFO - STDOUT: <undetermined location> [task 2018-09-27T01:27:08.532Z] 01:27:08 INFO - STDOUT: Module already imported so cannot be rewritten: mozlog [task 2018-09-27T01:27:08.532Z] 01:27:08 INFO - STDOUT: -- Docs: http://doc.pytest.org/en/latest/warnings.html [task 2018-09-27T01:27:08.533Z] 01:27:08 INFO - STDOUT: =============== 17 passed, 1 warnings, 1 error in 124.47 seconds =============== [task 2018-09-27T01:27:08.534Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.535Z] 01:27:08 INFO - TEST-PASS | /webdriver/tests/is_element_enabled/user_prompts.py | test_accept[capabilities0-alert-None] [task 2018-09-27T01:27:08.535Z] 01:27:08 INFO - TEST-PASS | /webdriver/tests/is_element_enabled/user_prompts.py | test_accept[capabilities0-confirm-True] [task 2018-09-27T01:27:08.536Z] 01:27:08 INFO - TEST-PASS | /webdriver/tests/is_element_enabled/user_prompts.py | test_accept[capabilities0-prompt-] [task 2018-09-27T01:27:08.536Z] 01:27:08 INFO - TEST-PASS | /webdriver/tests/is_element_enabled/user_prompts.py | test_accept_and_notify[capabilities0-alert-None] [task 2018-09-27T01:27:08.536Z] 01:27:08 INFO - TEST-PASS | /webdriver/tests/is_element_enabled/user_prompts.py | test_accept_and_notify[capabilities0-confirm-True] [task 2018-09-27T01:27:08.537Z] 01:27:08 INFO - TEST-PASS | /webdriver/tests/is_element_enabled/user_prompts.py | test_accept_and_notify[capabilities0-prompt-] [task 2018-09-27T01:27:08.537Z] 01:27:08 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/is_element_enabled/user_prompts.py | test_dismiss[capabilities0-alert-None] - setup error [task 2018-09-27T01:27:08.537Z] 01:27:08 INFO - capabilities = {'unhandledPromptBehavior': 'dismiss'} [task 2018-09-27T01:27:08.537Z] 01:27:08 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-09-27T01:27:08.537Z] 01:27:08 INFO - request = <SubRequest 'session' for <Function 'test_dismiss[capabilities0-alert-None]'>> [task 2018-09-27T01:27:08.538Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.538Z] 01:27:08 INFO - @pytest.fixture(scope="function") [task 2018-09-27T01:27:08.539Z] 01:27:08 INFO - def session(capabilities, configuration, request): [task 2018-09-27T01:27:08.539Z] 01:27:08 INFO - """Create and start a session for a test that does not itself test session creation. [task 2018-09-27T01:27:08.539Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.539Z] 01:27:08 INFO - By default the session will stay open after each test, but we always try to start a [task 2018-09-27T01:27:08.540Z] 01:27:08 INFO - new one and assume that if that fails there is already a valid session. This makes it [task 2018-09-27T01:27:08.540Z] 01:27:08 INFO - possible to recover from some errors that might leave the session in a bad state, but [task 2018-09-27T01:27:08.541Z] 01:27:08 INFO - does not demand that we start a new session per test.""" [task 2018-09-27T01:27:08.541Z] 01:27:08 INFO - global _current_session [task 2018-09-27T01:27:08.541Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.541Z] 01:27:08 INFO - # Update configuration capabilities with custom ones from the [task 2018-09-27T01:27:08.541Z] 01:27:08 INFO - # capabilities fixture, which can be set by tests [task 2018-09-27T01:27:08.542Z] 01:27:08 INFO - caps = copy.deepcopy(configuration["capabilities"]) [task 2018-09-27T01:27:08.542Z] 01:27:08 INFO - caps.update(capabilities) [task 2018-09-27T01:27:08.543Z] 01:27:08 INFO - caps = {"alwaysMatch": caps} [task 2018-09-27T01:27:08.543Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.543Z] 01:27:08 INFO - # If there is a session with different capabilities active, end it now [task 2018-09-27T01:27:08.544Z] 01:27:08 INFO - if _current_session is not None and ( [task 2018-09-27T01:27:08.544Z] 01:27:08 INFO - caps != _current_session.requested_capabilities): [task 2018-09-27T01:27:08.544Z] 01:27:08 INFO - _current_session.end() [task 2018-09-27T01:27:08.545Z] 01:27:08 INFO - _current_session = None [task 2018-09-27T01:27:08.546Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.546Z] 01:27:08 INFO - if _current_session is None: [task 2018-09-27T01:27:08.547Z] 01:27:08 INFO - _current_session = webdriver.Session( [task 2018-09-27T01:27:08.548Z] 01:27:08 INFO - configuration["host"], [task 2018-09-27T01:27:08.548Z] 01:27:08 INFO - configuration["port"], [task 2018-09-27T01:27:08.548Z] 01:27:08 INFO - capabilities=caps) [task 2018-09-27T01:27:08.549Z] 01:27:08 INFO - try: [task 2018-09-27T01:27:08.550Z] 01:27:08 INFO - > _current_session.start() [task 2018-09-27T01:27:08.550Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.550Z] 01:27:08 INFO - capabilities = {'unhandledPromptBehavior': 'dismiss'} [task 2018-09-27T01:27:08.550Z] 01:27:08 INFO - caps = {'alwaysMatch': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox/firefox', 'prefs...latform.test,www.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test'}}, 'unhandledPromptBehavior': 'dismiss'}} [task 2018-09-27T01:27:08.551Z] 01:27:08 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-09-27T01:27:08.551Z] 01:27:08 INFO - request = <SubRequest 'session' for <Function 'test_dismiss[capabilities0-alert-None]'>> [task 2018-09-27T01:27:08.551Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.552Z] 01:27:08 INFO - tests/web-platform/tests/webdriver/tests/conftest.py:150: [task 2018-09-27T01:27:08.552Z] 01:27:08 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [task 2018-09-27T01:27:08.552Z] 01:27:08 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:422: in start [task 2018-09-27T01:27:08.553Z] 01:27:08 INFO - value = self.send_command("POST", "session", body=body) [task 2018-09-27T01:27:08.553Z] 01:27:08 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [task 2018-09-27T01:27:08.553Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.553Z] 01:27:08 INFO - self = <Session (disconnected)>, method = 'POST', url = 'session' [task 2018-09-27T01:27:08.554Z] 01:27:08 INFO - body = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox...atform.test,www.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test'}}, 'unhandledPromptBehavior': 'dismiss'}}} [task 2018-09-27T01:27:08.554Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.554Z] 01:27:08 INFO - def send_command(self, method, url, body=None): [task 2018-09-27T01:27:08.554Z] 01:27:08 INFO - """ [task 2018-09-27T01:27:08.554Z] 01:27:08 INFO - Send a command to the remote end and validate its success. [task 2018-09-27T01:27:08.555Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.555Z] 01:27:08 INFO - :param method: HTTP method to use in request. [task 2018-09-27T01:27:08.555Z] 01:27:08 INFO - :param uri: "Command part" of the HTTP request URL, [task 2018-09-27T01:27:08.555Z] 01:27:08 INFO - e.g. `window/rect`. [task 2018-09-27T01:27:08.555Z] 01:27:08 INFO - :param body: Optional body of the HTTP request. [task 2018-09-27T01:27:08.556Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.556Z] 01:27:08 INFO - :return: `None` if the HTTP response body was empty, otherwise [task 2018-09-27T01:27:08.556Z] 01:27:08 INFO - the `value` field returned after parsing the response [task 2018-09-27T01:27:08.556Z] 01:27:08 INFO - body as JSON. [task 2018-09-27T01:27:08.557Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.557Z] 01:27:08 INFO - :raises error.WebDriverException: If the remote end returns [task 2018-09-27T01:27:08.557Z] 01:27:08 INFO - an error. [task 2018-09-27T01:27:08.557Z] 01:27:08 INFO - :raises ValueError: If the response body does not contain a [task 2018-09-27T01:27:08.557Z] 01:27:08 INFO - `value` key. [task 2018-09-27T01:27:08.557Z] 01:27:08 INFO - """ [task 2018-09-27T01:27:08.558Z] 01:27:08 INFO - response = self.transport.send( [task 2018-09-27T01:27:08.558Z] 01:27:08 INFO - method, url, body, [task 2018-09-27T01:27:08.558Z] 01:27:08 INFO - encoder=protocol.Encoder, decoder=protocol.Decoder, [task 2018-09-27T01:27:08.558Z] 01:27:08 INFO - session=self) [task 2018-09-27T01:27:08.558Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.559Z] 01:27:08 INFO - if response.status != 200: [task 2018-09-27T01:27:08.559Z] 01:27:08 INFO - err = error.from_response(response) [task 2018-09-27T01:27:08.559Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.559Z] 01:27:08 INFO - if isinstance(err, error.InvalidSessionIdException): [task 2018-09-27T01:27:08.559Z] 01:27:08 INFO - # The driver could have already been deleted the session. [task 2018-09-27T01:27:08.560Z] 01:27:08 INFO - self.session_id = None [task 2018-09-27T01:27:08.560Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.560Z] 01:27:08 INFO - > raise err [task 2018-09-27T01:27:08.560Z] 01:27:08 INFO - E UnknownErrorException: unknown error (500): connection refused [task 2018-09-27T01:27:08.561Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.561Z] 01:27:08 INFO - body = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'binary': '/builds/worker/workspace/build/application/firefox...atform.test,www.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test'}}, 'unhandledPromptBehavior': 'dismiss'}}} [task 2018-09-27T01:27:08.561Z] 01:27:08 INFO - err = <UnknownErrorException http_status=500> [task 2018-09-27T01:27:08.561Z] 01:27:08 INFO - method = 'POST' [task 2018-09-27T01:27:08.561Z] 01:27:08 INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>> [task 2018-09-27T01:27:08.562Z] 01:27:08 INFO - self = <Session (disconnected)> [task 2018-09-27T01:27:08.562Z] 01:27:08 INFO - url = 'session' [task 2018-09-27T01:27:08.562Z] 01:27:08 INFO - [task 2018-09-27T01:27:08.562Z] 01:27:08 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:473: UnknownErrorException [task 2018-09-27T01:27:08.564Z] 01:27:08 INFO - ...........
It's a hang of an ASAN build of Firefox, and as such depends on a fix for bug 1487243.
Depends on: 1487243
Not sure why this intermittent failure was tagged with tier2. It's tier1, but what failed here is the 2nd chunk.
Flags: needinfo?(cbrindusan)
Summary: Intermittent [tier2] /webdriver/tests/is_element_enabled/user_prompts.py | test_dismiss[capabilities0-alert-None] - setup error → Intermittent /webdriver/tests/is_element_enabled/user_prompts.py | test_dismiss[capabilities0-alert-None] - setup error
I've tagged this with tier2 because the fail was happening on W-e10[tier2](Wd2).
Flags: needinfo?(cbrindusan)
Oh, that is new for me that the ASAN build web-platform tests are all tier2. Thanks for letting me know. But I don't think we have to explicitely specify tier2 here, given this hang can happen in automation for a lot of different test jobs too. See the dependency.
This failure should be fixed now with the patch on bug 1495404 for both central and beta.
Assignee: nobody → stransky
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
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.