Closed
Bug 1769443
Opened 3 years ago
Closed 3 years ago
Intermittent [tier2] /webdriver/tests/bidi/browsing_context/navigate/wait.py | test_expected_url[interactive] - webdriver.bidi.error.UnknownErrorException: unknown error (AbortError: Actor 'MessageHandlerFrame'
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1767226
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: apavel [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=378067173&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/RRLFa8zLRL6gk8IeL5LNkQ/runs/0/artifacts/public/logs/live_backing.log
[task 2022-05-14T10:55:34.728Z] 10:55:34 INFO - PID 1376 | Waiting in WillDestroyCurrentMessageLoop for pid 5273
[task 2022-05-14T10:55:34.728Z] 10:55:34 INFO - PID 1376 | Waiting in WillDestroyCurrentMessageLoop for pid 5784
[task 2022-05-14T10:55:34.729Z] 10:55:34 INFO - PID 1376 | Waiting in WillDestroyCurrentMessageLoop for pid 5846
[task 2022-05-14T10:55:34.739Z] 10:55:34 INFO - PID 1376 | Waiting in WillDestroyCurrentMessageLoop for pid 5849
[task 2022-05-14T10:55:35.495Z] 10:55:35 INFO - PID 1376 | -----------------------------------------------------
[task 2022-05-14T10:55:35.496Z] 10:55:35 INFO - PID 1376 | Suppressions used:
[task 2022-05-14T10:55:35.497Z] 10:55:35 INFO - PID 1376 | count bytes template
[task 2022-05-14T10:55:35.497Z] 10:55:35 INFO - PID 1376 | 9 280 nsComponentManagerImpl
[task 2022-05-14T10:55:35.498Z] 10:55:35 INFO - PID 1376 | 2 288 libfontconfig.so
[task 2022-05-14T10:55:35.498Z] 10:55:35 INFO - PID 1376 | 2 14 libglib-2.0.so
[task 2022-05-14T10:55:35.498Z] 10:55:35 INFO - PID 1376 | 2 416 mozJSComponentLoader
[task 2022-05-14T10:55:35.499Z] 10:55:35 INFO - PID 1376 | -----------------------------------------------------
[task 2022-05-14T10:55:35.560Z] 10:55:35 INFO - PID 1376 | 1652525735559 geckodriver::browser DEBUG Browser process stopped: exit status: 0
[task 2022-05-14T10:55:35.561Z] 10:55:35 INFO - PID 1376 | 1652525735559 webdriver::server DEBUG <- 200 OK {"value":null}
[task 2022-05-14T10:55:35.563Z] 10:55:35 INFO - STDOUT: =================================== FAILURES ===================================
[task 2022-05-14T10:55:35.564Z] 10:55:35 INFO - STDOUT: ________________________ test_expected_url[interactive] ________________________
[task 2022-05-14T10:55:35.564Z] 10:55:35 INFO - STDOUT: bidi_session = <webdriver.bidi.client.BidiSession object at 0x7fc674026f28>
[task 2022-05-14T10:55:35.565Z] 10:55:35 INFO - STDOUT: inline = <function inline.<locals>.inline at 0x7fc674015048>
[task 2022-05-14T10:55:35.566Z] 10:55:35 INFO - STDOUT: new_tab = {'children': None, 'context': '50227e47-a37f-4382-8704-c1e229798b55', 'parent': None, 'url': 'about:blank'}
[task 2022-05-14T10:55:35.566Z] 10:55:35 INFO - STDOUT: value = 'interactive'
[task 2022-05-14T10:55:35.570Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.571Z] 10:55:35 INFO - TEST-PASS | /webdriver/tests/bidi/browsing_context/navigate/wait.py | test_expected_url[none]
[task 2022-05-14T10:55:35.571Z] 10:55:35 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/bidi/browsing_context/navigate/wait.py | test_expected_url[interactive] - webdriver.bidi.error.UnknownErrorException: unknown error (AbortError: Actor 'MessageHandlerFrame' destroyed before query 'MessageHandlerFrameParent:sendCommand' was resolved)
[task 2022-05-14T10:55:35.571Z] 10:55:35 INFO - bidi_session = <webdriver.bidi.client.BidiSession object at 0x7fc674026f28>
[task 2022-05-14T10:55:35.571Z] 10:55:35 INFO - inline = <function inline.<locals>.inline at 0x7fc674015048>
[task 2022-05-14T10:55:35.571Z] 10:55:35 INFO - new_tab = {'children': None, 'context': '50227e47-a37f-4382-8704-c1e229798b55', 'parent': None, 'url': 'about:blank'}
[task 2022-05-14T10:55:35.571Z] 10:55:35 INFO - value = 'interactive'
[task 2022-05-14T10:55:35.571Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.572Z] 10:55:35 INFO - @pytest.mark.parametrize("value", ["none", "interactive", "complete"])
[task 2022-05-14T10:55:35.572Z] 10:55:35 INFO - async def test_expected_url(bidi_session, inline, new_tab, value):
[task 2022-05-14T10:55:35.572Z] 10:55:35 INFO - url = inline("<div>foo</div>")
[task 2022-05-14T10:55:35.572Z] 10:55:35 INFO - result = await bidi_session.browsing_context.navigate(
[task 2022-05-14T10:55:35.573Z] 10:55:35 INFO - > context=new_tab["context"], url=url, wait=value
[task 2022-05-14T10:55:35.573Z] 10:55:35 INFO - )
[task 2022-05-14T10:55:35.573Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.573Z] 10:55:35 INFO - bidi_session = <webdriver.bidi.client.BidiSession object at 0x7fc674026f28>
[task 2022-05-14T10:55:35.574Z] 10:55:35 INFO - inline = <function inline.<locals>.inline at 0x7fc674015048>
[task 2022-05-14T10:55:35.574Z] 10:55:35 INFO - new_tab = {'children': None,
[task 2022-05-14T10:55:35.574Z] 10:55:35 INFO - 'context': '50227e47-a37f-4382-8704-c1e229798b55',
[task 2022-05-14T10:55:35.574Z] 10:55:35 INFO - 'parent': None,
[task 2022-05-14T10:55:35.574Z] 10:55:35 INFO - 'url': 'about:blank'}
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - url = 'http://web-platform.test:8000/webdriver/tests/support/inline.py?doc=%3C%21doctype+html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8'
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - value = 'interactive'
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - tests/web-platform/tests/webdriver/tests/bidi/browsing_context/navigate/wait.py:11:
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - self = <webdriver.bidi.modules.browsing_context.BrowsingContext object at 0x7fc67403c278>
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - kwargs = {'context': '50227e47-a37f-4382-8704-c1e229798b55', 'url': 'http://web-platform.test:8000/webdriver/tests/support/inli...html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8', 'wait': 'interactive'}
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - params = {'context': '50227e47-a37f-4382-8704-c1e229798b55', 'url': 'http://web-platform.test:8000/webdriver/tests/support/inli...html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8', 'wait': 'interactive'}
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - mod_name = 'browsingContext', cmd_name = 'browsingContext.navigate'
[task 2022-05-14T10:55:35.575Z] 10:55:35 INFO - future = <Future finished exception=UnknownErrorException(unknown error, AbortError: Actor 'MessageHandlerFrame' destroyed before query 'MessageHandlerFrameParent:sendCommand' was resolved, )>
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO - @functools.wraps(params_fn)
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO - async def inner(self: Any, **kwargs: Any) -> Any:
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO - params = params_fn(self, **kwargs)
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO - # Convert the classname and the method name to a bidi command name
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO - mod_name = owner.__name__[0].lower() + owner.__name__[1:]
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO - if hasattr(owner, "prefix"):
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO - mod_name = f"{owner.prefix}:{mod_name}"
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO - cmd_name = f"{mod_name}.{to_camelcase(name)}"
[task 2022-05-14T10:55:35.576Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - future = await self.session.send_command(cmd_name, params)
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - > result = await future
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - E webdriver.bidi.error.UnknownErrorException: unknown error (AbortError: Actor 'MessageHandlerFrame' destroyed before query 'MessageHandlerFrameParent:sendCommand' was resolved)
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - cmd_name = 'browsingContext.navigate'
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - future = <Future finished exception=UnknownErrorException(unknown error, AbortError: Actor 'MessageHandlerFrame' destroyed before query 'MessageHandlerFrameParent:sendCommand' was resolved, )>
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - kwargs = {'context': '50227e47-a37f-4382-8704-c1e229798b55',
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - 'url': 'http://web-platform.test:8000/webdriver/tests/support/inline.py?doc=%3C%21doctype+html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8',
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - 'wait': 'interactive'}
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - mod_name = 'browsingContext'
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - name = 'navigate'
[task 2022-05-14T10:55:35.577Z] 10:55:35 INFO - owner = <class 'webdriver.bidi.modules.browsing_context.BrowsingContext'>
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO - params = {'context': '50227e47-a37f-4382-8704-c1e229798b55',
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO - 'url': 'http://web-platform.test:8000/webdriver/tests/support/inline.py?doc=%3C%21doctype+html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8',
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO - 'wait': 'interactive'}
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO - params_fn = <function BrowsingContext.navigate at 0x7fc6779baea0>
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO - result_fn = <function BrowsingContext._navigate at 0x7fc6779baf28>
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO - self = <webdriver.bidi.modules.browsing_context.BrowsingContext object at 0x7fc67403c278>
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO -
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO - tests/web-platform/tests/tools/webdriver/webdriver/bidi/modules/_module.py:62: UnknownErrorException
[task 2022-05-14T10:55:35.578Z] 10:55:35 INFO - ..........
[task 2022-05-14T10:55:35.579Z] 10:55:35 INFO - TEST-OK | /webdriver/tests/bidi/browsing_context/navigate/wait.py | took 17099ms
[task 2022-05-14T10:55:35.580Z] 10:55:35 INFO - PID 1376 | 1652525735568 webdriver::server DEBUG -> GET /status
[task 2022-05-14T10:55:35.581Z] 10:55:35 INFO - PID 1376 | 1652525735568 webdriver::server DEBUG <- 200 OK {"value":{"message":"","ready":true}}
[task 2022-05-14T10:55:35.598Z] 10:55:35 CRITICAL - Test harness output was not a valid structured log message:
[task 2022-05-14T10:55:35.598Z] 10:55:35 CRITICAL - Task exception was never retrieved
[task 2022-05-14T10:55:35.598Z] 10:55:35 CRITICAL - future: <Task finished coro=<Transport.read_messages() done, defined at /builds/worker/workspace/build/tests/web-platform/tests/tools/webdriver/webdriver/bidi/transport.py:71> exception=InvalidStateError('invalid state',)>
[task 2022-05-14T10:55:35.599Z] 10:55:35 CRITICAL - Traceback (most recent call last):
[task 2022-05-14T10:55:35.599Z] 10:55:35 CRITICAL - File "/builds/worker/workspace/build/tests/web-platform/tests/tools/webdriver/webdriver/bidi/transport.py", line 76, in read_messages
[task 2022-05-14T10:55:35.600Z] 10:55:35 CRITICAL - await self.handle(msg)
[task 2022-05-14T10:55:35.600Z] 10:55:35 CRITICAL - File "/builds/worker/workspace/build/tests/web-platform/tests/tools/webdriver/webdriver/bidi/transport.py", line 64, in handle
[task 2022-05-14T10:55:35.601Z] 10:55:35 CRITICAL - await self.msg_handler(data)
[task 2022-05-14T10:55:35.601Z] 10:55:35 CRITICAL - File "/builds/worker/workspace/build/tests/web-platform/tests/tools/webdriver/webdriver/bidi/client.py", line 177, in on_message
[task 2022-05-14T10:55:35.601Z] 10:55:35 CRITICAL - future.set_result(data["result"])
[task 2022-05-14T10:55:35.601Z] 10:55:35 CRITICAL - asyncio.base_futures.InvalidStateError: invalid state
[task 2022-05-14T10:55:35.601Z] 10:55:35 CRITICAL - Task exception was never retrieved
[task 2022-05-14T10:55:35.602Z] 10:55:35 CRITICAL - future: <Task finished coro=<Transport.read_messages() done, defined at /builds/worker/workspace/build/tests/web-platform/tests/tools/webdriver/webdriver/bidi/transport.py:71> exception=InvalidStateError('invalid state',)>
[task 2022-05-14T10:55:35.602Z] 10:55:35 CRITICAL - Traceback (most recent call last):
[task 2022-05-14T10:55:35.602Z] 10:55:35 CRITICAL - File "/builds/worker/workspace/build/tests/web-platform/tests/tools/webdriver/webdriver/bidi/transport.py", line 76, in read_messages
[task 2022-05-14T10:55:35.602Z] 10:55:35 CRITICAL - await self.handle(msg)
[task 2022-05-14T10:55:35.602Z] 10:55:35 CRITICAL - File "/builds/worker/workspace/build/tests/web-platform/tests/tools/webdriver/webdriver/bidi/transport.py", line 64, in handle
[task 2022-05-14T10:55:35.603Z] 10:55:35 CRITICAL - await self.msg_handler(data)
[task 2022-05-14T10:55:35.603Z] 10:55:35 CRITICAL - File "/builds/worker/workspace/build/tests/web-platform/tests/tools/webdriver/webdriver/bidi/client.py", line 177, in on_message
[task 2022-05-14T10:55:35.603Z] 10:55:35 CRITICAL - future.set_result(data["result"])
[task 2022-05-14T10:55:35.603Z] 10:55:35 CRITICAL - asyncio.base_futures.InvalidStateError: invalid state
[task 2022-05-14T10:55:35.649Z] 10:55:35 INFO - STDOUT: @pytest.mark.parametrize("value", ["none", "interactive", "complete"])
[task 2022-05-14T10:55:35.649Z] 10:55:35 INFO - STDOUT: async def test_expected_url(bidi_session, inline, new_tab, value):
[task 2022-05-14T10:55:35.649Z] 10:55:35 INFO - STDOUT: url = inline("<div>foo</div>")
[task 2022-05-14T10:55:35.649Z] 10:55:35 INFO - STDOUT: result = await bidi_session.browsing_context.navigate(
[task 2022-05-14T10:55:35.649Z] 10:55:35 INFO - STDOUT: > context=new_tab["context"], url=url, wait=value
[task 2022-05-14T10:55:35.649Z] 10:55:35 INFO - STDOUT: )
[task 2022-05-14T10:55:35.649Z] 10:55:35 INFO - STDOUT: bidi_session = <webdriver.bidi.client.BidiSession object at 0x7fc674026f28>
[task 2022-05-14T10:55:35.650Z] 10:55:35 INFO - STDOUT: inline = <function inline.<locals>.inline at 0x7fc674015048>
[task 2022-05-14T10:55:35.651Z] 10:55:35 INFO - STDOUT: new_tab = {'children': None,
[task 2022-05-14T10:55:35.651Z] 10:55:35 INFO - 'context': '50227e47-a37f-4382-8704-c1e229798b55',
[task 2022-05-14T10:55:35.651Z] 10:55:35 INFO - 'parent': None,
[task 2022-05-14T10:55:35.652Z] 10:55:35 INFO - 'url': 'about:blank'}
[task 2022-05-14T10:55:35.652Z] 10:55:35 INFO - STDOUT: url = 'http://web-platform.test:8000/webdriver/tests/support/inline.py?doc=%3C%21doctype+html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8'
[task 2022-05-14T10:55:35.652Z] 10:55:35 INFO - STDOUT: value = 'interactive'
[task 2022-05-14T10:55:35.652Z] 10:55:35 INFO - STDOUT: tests/web-platform/tests/webdriver/tests/bidi/browsing_context/navigate/wait.py
[task 2022-05-14T10:55:35.653Z] 10:55:35 INFO - STDOUT: :11:
[task 2022-05-14T10:55:35.653Z] 10:55:35 INFO - STDOUT: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2022-05-14T10:55:35.653Z] 10:55:35 INFO - STDOUT: self = <webdriver.bidi.modules.browsing_context.BrowsingContext object at 0x7fc67403c278>
[task 2022-05-14T10:55:35.659Z] 10:55:35 INFO - STDOUT: kwargs = {'context': '50227e47-a37f-4382-8704-c1e229798b55', 'url': 'http://web-platform.test:8000/webdriver/tests/support/inli...html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8', 'wait': 'interactive'}
[task 2022-05-14T10:55:35.662Z] 10:55:35 INFO - STDOUT: params = {'context': '50227e47-a37f-4382-8704-c1e229798b55', 'url': 'http://web-platform.test:8000/webdriver/tests/support/inli...html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8', 'wait': 'interactive'}
[task 2022-05-14T10:55:35.662Z] 10:55:35 INFO - STDOUT: mod_name = 'browsingContext', cmd_name = 'browsingContext.navigate'
[task 2022-05-14T10:55:35.662Z] 10:55:35 INFO - STDOUT: future = <Future finished exception=UnknownErrorException(unknown error, AbortError: Actor 'MessageHandlerFrame' destroyed before query 'MessageHandlerFrameParent:sendCommand' was resolved, )>
[task 2022-05-14T10:55:35.662Z] 10:55:35 INFO - STDOUT: @functools.wraps(params_fn)
[task 2022-05-14T10:55:35.662Z] 10:55:35 INFO - STDOUT: async def inner(self: Any, **kwargs: Any) -> Any:
[task 2022-05-14T10:55:35.663Z] 10:55:35 INFO - STDOUT: params = params_fn(self, **kwargs)
[task 2022-05-14T10:55:35.663Z] 10:55:35 INFO - STDOUT:
[task 2022-05-14T10:55:35.663Z] 10:55:35 INFO - STDOUT: # Convert the classname and the method name to a bidi command name
[task 2022-05-14T10:55:35.663Z] 10:55:35 INFO - STDOUT: mod_name = owner.__name__[0].lower() + owner.__name__[1:]
[task 2022-05-14T10:55:35.663Z] 10:55:35 INFO - STDOUT: if hasattr(owner, "prefix"):
[task 2022-05-14T10:55:35.663Z] 10:55:35 INFO - STDOUT: mod_name = f"{owner.prefix}:{mod_name}"
[task 2022-05-14T10:55:35.664Z] 10:55:35 INFO - STDOUT: cmd_name = f"{mod_name}.{to_camelcase(name)}"
[task 2022-05-14T10:55:35.664Z] 10:55:35 INFO - STDOUT:
[task 2022-05-14T10:55:35.664Z] 10:55:35 INFO - STDOUT: future = await self.session.send_command(cmd_name, params)
[task 2022-05-14T10:55:35.664Z] 10:55:35 INFO - STDOUT: > result = await future
[task 2022-05-14T10:55:35.664Z] 10:55:35 INFO - STDOUT: E webdriver.bidi.error.UnknownErrorException: unknown error (AbortError: Actor 'MessageHandlerFrame' destroyed before query 'MessageHandlerFrameParent:sendCommand' was resolved)
[task 2022-05-14T10:55:35.665Z] 10:55:35 INFO - STDOUT: cmd_name = 'browsingContext.navigate'
[task 2022-05-14T10:55:35.665Z] 10:55:35 INFO - STDOUT: future = <Future finished exception=UnknownErrorException(unknown error, AbortError: Actor 'MessageHandlerFrame' destroyed before query 'MessageHandlerFrameParent:sendCommand' was resolved, )>
[task 2022-05-14T10:55:35.665Z] 10:55:35 INFO - STDOUT: kwargs = {'context': '50227e47-a37f-4382-8704-c1e229798b55',
[task 2022-05-14T10:55:35.665Z] 10:55:35 INFO - 'url': 'http://web-platform.test:8000/webdriver/tests/support/inline.py?doc=%3C%21doctype+html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8',
[task 2022-05-14T10:55:35.665Z] 10:55:35 INFO - 'wait': 'interactive'}
[task 2022-05-14T10:55:35.665Z] 10:55:35 INFO - STDOUT: mod_name = 'browsingContext'
[task 2022-05-14T10:55:35.665Z] 10:55:35 INFO - STDOUT: name = 'navigate'
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - STDOUT: owner = <class 'webdriver.bidi.modules.browsing_context.BrowsingContext'>
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - STDOUT: params = {'context': '50227e47-a37f-4382-8704-c1e229798b55',
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - 'url': 'http://web-platform.test:8000/webdriver/tests/support/inline.py?doc=%3C%21doctype+html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv%3Efoo%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8',
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - 'wait': 'interactive'}
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - STDOUT: params_fn = <function BrowsingContext.navigate at 0x7fc6779baea0>
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - STDOUT: result_fn = <function BrowsingContext._navigate at 0x7fc6779baf28>
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - STDOUT: self = <webdriver.bidi.modules.browsing_context.BrowsingContext object at 0x7fc67403c278>
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - STDOUT: tests/web-platform/tests/tools/webdriver/webdriver/bidi/modules/_module.py
[task 2022-05-14T10:55:35.666Z] 10:55:35 INFO - STDOUT: :62: UnknownErrorException
[task 2022-05-14T10:55:35.667Z] 10:55:35 INFO - STDOUT: =========================== short test summary info ============================
[task 2022-05-14T10:55:35.667Z] 10:55:35 INFO - STDOUT: FAILED tests/web-platform/tests/webdriver/tests/bidi/browsing_context/navigate/wait.py::test_expected_url[interactive]
[task 2022-05-14T10:55:35.667Z] 10:55:35 INFO - STDOUT: ======================== 1 failed, 11 passed in 17.05s =========================
[task 2022-05-14T10:55:35.667Z] 10:55:35 INFO - Closing logging queue
[task 2022-05-14T10:55:35.667Z] 10:55:35 INFO - queue closed
[task 2022-05-14T10:55:35.668Z] 10:55:35 INFO - PID 5907 | 1652525735655 geckodriver INFO Listening on 127.0.0.1:40319
[task 2022-05-14T10:55:35.668Z] 10:55:35 INFO - Starting runner
Comment 1•3 years ago
|
||
:Sasha, since you are the author of the regressor, bug 1763128, could you take a look?
For more information, please visit auto_nag documentation.
Flags: needinfo?(aborovova)
Comment hidden (Intermittent Failures Robot) |
Comment 3•3 years ago
|
||
This is not a regression because it's for a test that existed before bug 1763128 was fixed. Also this is already filed as bug 1767226.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(aborovova)
No longer regressed by: 1763128
Resolution: --- → DUPLICATE
Comment 4•3 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
•