Intermittent TEST-UNEXPECTED-FAIL | /webdriver/tests/bidi/browsing_context/user_prompt_opened/user_prompt_opened.py | test_prompt_type[alert] - asyncio.exceptions.TimeoutError
Categories
(Remote Protocol :: WebDriver BiDi, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure, intermittent-testcase)
Filed by: imoraru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=440182436&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/enRBfyKAR-2JmzAhAIJEMA/runs/0/artifacts/public/logs/live_backing.log
[task 2023-12-14T20:39:01.307Z] 20:39:01 INFO - 'XRE_NO_WINDOWS_CRASH_DIALOG': '1'}}},
[task 2023-12-14T20:39:01.307Z] 20:39:01 INFO - 'host': '127.0.0.1',
[task 2023-12-14T20:39:01.307Z] 20:39:01 INFO - 'port': 46573,
[task 2023-12-14T20:39:01.307Z] 20:39:01 INFO - 'timeout_multiplier': 4,
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - 'webdriver': {'args': ['-vv',
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - '--binary',
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - '/builds/worker/workspace/build/application/firefox/firefox'],
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - 'binary': '/builds/worker/fetches/geckodriver'}}
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - STDOUT: future = <Future pending>
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - STDOUT: timeout = 2.0
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - STDOUT: tests/web-platform/tests/webdriver/tests/support/fixtures_bidi.py
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - STDOUT: :113:
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - STDOUT: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - STDOUT: fut = <Future cancelled>, timeout = 8.0
[task 2023-12-14T20:39:01.308Z] 20:39:01 INFO - STDOUT: async def wait_for(fut, timeout, *, loop=None):
[task 2023-12-14T20:39:01.309Z] 20:39:01 INFO - STDOUT: """Wait for the single Future or coroutine to complete, with timeout.
[task 2023-12-14T20:39:01.309Z] 20:39:01 INFO - STDOUT:
[task 2023-12-14T20:39:01.309Z] 20:39:01 INFO - STDOUT: Coroutine will be wrapped in Task.
[task 2023-12-14T20:39:01.341Z] 20:39:01 INFO -
[task 2023-12-14T20:39:01.342Z] 20:39:01 INFO - TEST-PASS | /webdriver/tests/bidi/browsing_context/user_prompt_opened/user_prompt_opened.py | test_unsubscribe
[task 2023-12-14T20:39:01.342Z] 20:39:01 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/bidi/browsing_context/user_prompt_opened/user_prompt_opened.py | test_prompt_type[alert] - asyncio.exceptions.TimeoutError
[task 2023-12-14T20:39:01.342Z] 20:39:01 INFO - future = <Future pending>, timeout = 2.0
[task 2023-12-14T20:39:01.342Z] 20:39:01 INFO -
[task 2023-12-14T20:39:01.342Z] 20:39:01 INFO - async def wait_for_future_safe(future: Coroutine, timeout: float = 2.0):
[task 2023-12-14T20:39:01.342Z] 20:39:01 INFO - try:
[task 2023-12-14T20:39:01.343Z] 20:39:01 INFO - > return await asyncio.wait_for(
[task 2023-12-14T20:39:01.343Z] 20:39:01 INFO - asyncio.shield(future),
[task 2023-12-14T20:39:01.343Z] 20:39:01 INFO - timeout=timeout * configuration["timeout_multiplier"],
[task 2023-12-14T20:39:01.343Z] 20:39:01 INFO - )
[task 2023-12-14T20:39:01.343Z] 20:39:01 INFO -
<...>
Comment 1•1 year ago
|
||
Hi Henrik! I'm not sure if this is the same issue as in the bug from the "See also" section.(to me, at least, it seems different) Can you please take a look at this?
Thank you!
Comment 2•1 year ago
|
||
The problem is coming from:
https://treeherder.mozilla.org/logviewer?job_id=440182436&repo=autoland&lineNumber=26285
JavaScript error: resource://gre/modules/SubDialog.sys.mjs, line 517: TypeError: can't access property "minWidth", docEl.style is undefined
So it's the same. But nevertheless if we have a single tracking bug we should make use of it and not file a different bug.
Description
•