Closed
Bug 1485568
Opened 6 years ago
Closed 6 years ago
Intermittent /webdriver/tests/actions/special_keys.py | test_webdriver_special_key_sends_keydown[SHIFT-expected3] - setup error
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(firefox63 affected)
RESOLVED
DUPLICATE
of bug 1482550
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=195445321&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/CG788s1jT3umSn2P-ibsjQ/runs/0/artifacts/public/logs/live_backing.log
[task 2018-08-23T04:58:52.233Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.233Z] 04:58:52 INFO - self = <Session 63bd9de4-eb65-4216-8d6f-4badcbe425bc>, method = 'POST'
[task 2018-08-23T04:58:52.233Z] 04:58:52 INFO - url = 'session/63bd9de4-eb65-4216-8d6f-4badcbe425bc/element'
[task 2018-08-23T04:58:52.233Z] 04:58:52 INFO - body = {'using': 'css selector', 'value': '#keys'}
[task 2018-08-23T04:58:52.233Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.234Z] 04:58:52 INFO - def send_command(self, method, url, body=None):
[task 2018-08-23T04:58:52.234Z] 04:58:52 INFO - """
[task 2018-08-23T04:58:52.235Z] 04:58:52 INFO - Send a command to the remote end and validate its success.
[task 2018-08-23T04:58:52.235Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.235Z] 04:58:52 INFO - :param method: HTTP method to use in request.
[task 2018-08-23T04:58:52.236Z] 04:58:52 INFO - :param uri: "Command part" of the HTTP request URL,
[task 2018-08-23T04:58:52.245Z] 04:58:52 INFO - e.g. `window/rect`.
[task 2018-08-23T04:58:52.246Z] 04:58:52 INFO - :param body: Optional body of the HTTP request.
[task 2018-08-23T04:58:52.246Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.246Z] 04:58:52 INFO - :return: `None` if the HTTP response body was empty, otherwise
[task 2018-08-23T04:58:52.247Z] 04:58:52 INFO - the `value` field returned after parsing the response
[task 2018-08-23T04:58:52.247Z] 04:58:52 INFO - body as JSON.
[task 2018-08-23T04:58:52.247Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.248Z] 04:58:52 INFO - :raises error.WebDriverException: If the remote end returns
[task 2018-08-23T04:58:52.249Z] 04:58:52 INFO - an error.
[task 2018-08-23T04:58:52.249Z] 04:58:52 INFO - :raises ValueError: If the response body does not contain a
[task 2018-08-23T04:58:52.249Z] 04:58:52 INFO - `value` key.
[task 2018-08-23T04:58:52.250Z] 04:58:52 INFO - """
[task 2018-08-23T04:58:52.250Z] 04:58:52 INFO - response = self.transport.send(
[task 2018-08-23T04:58:52.250Z] 04:58:52 INFO - method, url, body,
[task 2018-08-23T04:58:52.250Z] 04:58:52 INFO - encoder=protocol.Encoder, decoder=protocol.Decoder,
[task 2018-08-23T04:58:52.251Z] 04:58:52 INFO - session=self)
[task 2018-08-23T04:58:52.251Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.251Z] 04:58:52 INFO - if response.status != 200:
[task 2018-08-23T04:58:52.252Z] 04:58:52 INFO - err = error.from_response(response)
[task 2018-08-23T04:58:52.252Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.253Z] 04:58:52 INFO - if isinstance(err, error.InvalidSessionIdException):
[task 2018-08-23T04:58:52.253Z] 04:58:52 INFO - # The driver could have already been deleted the session.
[task 2018-08-23T04:58:52.254Z] 04:58:52 INFO - self.session_id = None
[task 2018-08-23T04:58:52.254Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.254Z] 04:58:52 INFO - > raise err
[task 2018-08-23T04:58:52.255Z] 04:58:52 INFO - E UnknownErrorException: unknown error (500): Failed to convert data to an object
[task 2018-08-23T04:58:52.255Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.255Z] 04:58:52 INFO - body = {'using': 'css selector', 'value': '#keys'}
[task 2018-08-23T04:58:52.256Z] 04:58:52 INFO - err = <UnknownErrorException http_status=500>
[task 2018-08-23T04:58:52.256Z] 04:58:52 INFO - method = 'POST'
[task 2018-08-23T04:58:52.257Z] 04:58:52 INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2018-08-23T04:58:52.257Z] 04:58:52 INFO - self = <Session 63bd9de4-eb65-4216-8d6f-4badcbe425bc>
[task 2018-08-23T04:58:52.257Z] 04:58:52 INFO - url = 'session/63bd9de4-eb65-4216-8d6f-4badcbe425bc/element'
[task 2018-08-23T04:58:52.258Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.258Z] 04:58:52 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:473: UnknownErrorException
[task 2018-08-23T04:58:52.259Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.260Z] 04:58:52 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/actions/special_keys.py | test_webdriver_special_key_sends_keydown[SHIFT-expected3] - teardown error
[task 2018-08-23T04:58:52.260Z] 04:58:52 INFO - self = <webdriver.client.Actions object at 0x7f859bb83ed0>, args = ()
[task 2018-08-23T04:58:52.260Z] 04:58:52 INFO - kwargs = {}, session = <Session 65c49ac2-e63a-4327-81c1-99e21c82ecd3>
[task 2018-08-23T04:58:52.260Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.260Z] 04:58:52 INFO - def inner(self, *args, **kwargs):
[task 2018-08-23T04:58:52.261Z] 04:58:52 INFO - if hasattr(self, "session"):
[task 2018-08-23T04:58:52.261Z] 04:58:52 INFO - session = self.session
[task 2018-08-23T04:58:52.261Z] 04:58:52 INFO - else:
[task 2018-08-23T04:58:52.262Z] 04:58:52 INFO - session = self
[task 2018-08-23T04:58:52.262Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.262Z] 04:58:52 INFO - if session.session_id is None:
[task 2018-08-23T04:58:52.262Z] 04:58:52 INFO - session.start()
[task 2018-08-23T04:58:52.263Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.263Z] 04:58:52 INFO - > return func(self, *args, **kwargs)
[task 2018-08-23T04:58:52.263Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.264Z] 04:58:52 INFO - args = ()
[task 2018-08-23T04:58:52.264Z] 04:58:52 INFO - func = <function release at 0x7f859b82e488>
[task 2018-08-23T04:58:52.264Z] 04:58:52 INFO - kwargs = {}
[task 2018-08-23T04:58:52.264Z] 04:58:52 INFO - self = <webdriver.client.Actions object at 0x7f859bb83ed0>
[task 2018-08-23T04:58:52.265Z] 04:58:52 INFO - session = <Session 65c49ac2-e63a-4327-81c1-99e21c82ecd3>
[task 2018-08-23T04:58:52.267Z] 04:58:52 INFO -
[task 2018-08-23T04:58:52.267Z] 04:58:52 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:20:
Content process crash most likely caused by bug 1482029.
status-firefox63:
--- → affected
Depends on: 1482029
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Comment hidden (Intermittent Failures Robot) |
Comment 5•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
•