Closed
Bug 1850018
Opened 2 years ago
Closed 2 years ago
Intermittent /webdriver/tests/classic/execute_script/user_prompts.py | test_ignore[capabilities0-alert] - webdriver.error.ScriptTimeoutException: script timeout (500): Timed out after 4000 ms
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1827354
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=426941846&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EdGIm7EpSoGJtgnPJy-9Xg/runs/0/artifacts/public/logs/live_backing.log
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - TEST-PASS | /webdriver/tests/classic/execute_script/user_prompts.py | test_dismiss_and_notify[capabilities0-prompt-None]
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/classic/execute_script/user_prompts.py | test_ignore[capabilities0-alert] - webdriver.error.ScriptTimeoutException: script timeout (500): Timed out after 4000 ms
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - check_user_prompt_not_closed_but_exception = <function check_user_prompt_not_closed_but_exception.<locals>.check_user_prompt_not_closed_but_exception at 0x0000021D0771D790>
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - dialog_type = 'alert'
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO -
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - @pytest.mark.capabilities({"unhandledPromptBehavior": "ignore"})
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - @pytest.mark.parametrize("dialog_type", ["alert", "confirm", "prompt"])
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - def test_ignore(check_user_prompt_not_closed_but_exception, dialog_type):
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - > check_user_prompt_not_closed_but_exception(dialog_type)
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO -
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - check_user_prompt_not_closed_but_exception = <function check_user_prompt_not_closed_but_exception.<locals>.check_user_prompt_not_closed_but_exception at 0x0000021D0771D790>
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - dialog_type = 'alert'
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO -
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - tests\web-platform\tests\webdriver\tests\classic\execute_script\user_prompts.py:98:
[task 2023-08-24T14:19:05.938Z] 14:19:05 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Comment 1•2 years ago
|
||
It's a hang when trying to open a new user prompt:
https://treeherder.mozilla.org/logviewer?job_id=426941846&repo=autoland&lineNumber=133854
You need to log in
before you can comment on or make changes to this bug.
Description
•