Intermittent /webdriver/tests/element_click/bubbling.py | test_click_event_bubbles_to_parents - setup error
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: nbeleuzu [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=270943259&repo=mozilla-beta
Full log: https://queue.taskcluster.net/v1/task/Pn9x-YGfT4ujM-EysrQGHw/runs/0/artifacts/public/logs/live_backing.log
[task 2019-10-11T21:06:50.161Z] 21:06:50 INFO - STDOUT: self = <httplib.HTTPConnection instance at 0x7f5144786638>, method = 'POST'
[task 2019-10-11T21:06:50.162Z] 21:06:50 INFO - STDOUT: url = '/session', skip_host = 0, skip_accept_encoding = 0
[task 2019-10-11T21:06:50.162Z] 21:06:50 INFO - STDOUT: def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0):
[task 2019-10-11T21:06:50.163Z] 21:06:50 INFO - STDOUT: """Send a request to the server.
[task 2019-10-11T21:06:50.164Z] 21:06:50 INFO - STDOUT:
[task 2019-10-11T21:06:50.165Z] 21:06:50 INFO - STDOUT: method' specifies an HTTP request method, e.g. 'GET'. [task 2019-10-11T21:06:50.166Z] 21:06:50 INFO - STDOUT:
url' specifies the object being requested, e.g. '/index.html'.
[task 2019-10-11T21:06:50.168Z] 21:06:50 INFO - STDOUT: skip_host' if True does not add automatically a 'Host:' header [task 2019-10-11T21:06:50.168Z] 21:06:50 INFO - STDOUT:
skip_accept_encoding' if True does not add automatically an
[task 2019-10-11T21:06:50.169Z] 21:06:50 INFO - STDOUT: 'Accept-Encoding:' header
[task 2019-10-11T21:06:50.169Z] 21:06:50 INFO - STDOUT: """
[task 2019-10-11T21:06:50.171Z] 21:06:50 INFO - STDOUT:
[task 2019-10-11T21:06:50.171Z] 21:06:50 INFO - STDOUT: # if a prior response has been completed, then forget about it.
[task 2019-10-11T21:06:50.171Z] 21:06:50 INFO - STDOUT: if self.__response and self.__response.isclosed():
[task 2019-10-11T21:06:50.172Z] 21:06:50 INFO - STDOUT: self.__response = None
[task 2019-10-11T21:06:50.176Z] 21:06:50 INFO - STDOUT:
[task 2019-10-11T21:06:50.176Z] 21:06:50 INFO - STDOUT:
[task 2019-10-11T21:06:50.176Z] 21:06:50 INFO - STDOUT: # in certain cases, we cannot issue another request on this connection.
[task 2019-10-11T21:06:50.177Z] 21:06:50 INFO - STDOUT: # this occurs when:
[task 2019-10-11T21:06:50.177Z] 21:06:50 INFO - STDOUT: # 1) we are in the process of sending a request. (_CS_REQ_STARTED)
[task 2019-10-11T21:06:50.178Z] 21:06:50 INFO - STDOUT: # 2) a response to a previous request has signalled that it is going
[task 2019-10-11T21:06:50.178Z] 21:06:50 INFO - STDOUT: # to close the connection upon completion.
[task 2019-10-11T21:06:50.179Z] 21:06:50 INFO - STDOUT: # 3) the headers for the previous response have not been read, thus
[task 2019-10-11T21:06:50.179Z] 21:06:50 INFO - STDOUT: # we cannot determine whether point (2) is true. (_CS_REQ_SENT)
[task 2019-10-11T21:06:50.180Z] 21:06:50 INFO - STDOUT: #
[task 2019-10-11T21:06:50.181Z] 21:06:50 INFO - STDOUT: # if there is no prior response, then we can request at will.
[task 2019-10-11T21:06:50.182Z] 21:06:50 INFO - STDOUT: #
[task 2019-10-11T21:06:50.182Z] 21:06:50 INFO - STDOUT: # if point (2) is true, then we will have passed the socket to the
[task 2019-10-11T21:06:50.184Z] 21:06:50 INFO - STDOUT: # response (effectively meaning, "there is no prior response"), and
[task 2019-10-11T21:06:50.184Z] 21:06:50 INFO - STDOUT: # will open a new one when a new request is made.
[task 2019-10-11T21:06:50.185Z] 21:06:50 INFO - STDOUT: #
[task 2019-10-11T21:06:50.185Z] 21:06:50 INFO - STDOUT: # Note: if a prior response exists, then we can start a new request.
[task 2019-10-11T21:06:50.186Z] 21:06:50 INFO - STDOUT: # We are not allowed to begin fetching the response to this new
[task 2019-10-11T21:06:50.186Z] 21:06:50 INFO - STDOUT: # request, however, until that prior response is complete.
[task 2019-10-11T21:06:50.187Z] 21:06:50 INFO - STDOUT: #
[task 2019-10-11T21:06:50.187Z] 21:06:50 INFO - STDOUT: if self.__state == _CS_IDLE:
[task 2019-10-11T21:06:50.189Z] 21:06:50 INFO - STDOUT: self.__state = _CS_REQ_STARTED
[task 2019-10-11T21:06:50.189Z] 21:06:50 INFO - STDOUT: else:
[task 2019-10-11T21:06:50.190Z] 21:06:50 INFO - STDOUT: > raise CannotSendRequest()
[task 2019-10-11T21:06:50.190Z] 21:06:50 INFO - STDOUT: E CannotSendRequest
[task 2019-10-11T21:06:50.191Z] 21:06:50 INFO - STDOUT: method = 'POST'
[task 2019-10-11T21:06:50.192Z] 21:06:50 INFO - STDOUT: self = <httplib.HTTPConnection instance at 0x7f5144786638>
[task 2019-10-11T21:06:50.193Z] 21:06:50 INFO - STDOUT: skip_accept_encoding = 0
Updated•5 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 3•2 years ago
|
||
Description
•