Intermittent /webdriver/tests/set_window_rect/set.py | test_fully_exit_fullscreen - AssertionError: timeout (500):
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(firefox65 fixed, firefox66 fixed)
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure)
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 2•7 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•7 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 7•7 years ago
|
||
Actually this is first occurring for going into fullscreen:
15:13:39 INFO - PID 1236 | 1547334819385 Marionette DEBUG 0 -> [0,882,"WebDriver:FullscreenWindow",{}]
15:13:40 INFO - PID 1236 | 1547334820886 Marionette WARN TimedPromise timed out after 1500 ms: stacktrace:
15:13:40 INFO - PID 1236 | bail@chrome://marionette/content/sync.js:196:64
15:13:40 INFO - PID 1236 | 1547334820902 Marionette DEBUG 0 <- [1,882,null,{"x":0,"y":0,"width":1280,"height":1024,"state":"fullscreen"}]
15:13:40 INFO - PID 1236 | 1547334820902 webdriver::server DEBUG <- 200 OK {"value":{"x":0,"y":0,"width":1280,"height":1024}}
15:13:40 INFO - PID 1236 | 1547334820904 webdriver::server DEBUG -> POST /session/9cf382cd-32db-af4d-9689-3757ba5671f7/execute/sync {"args": [], "script": "\n return !!(window.fullScreen || document.webkitIsFullScreen)\n "}
15:13:40 INFO - PID 1236 | 1547334820906 Marionette DEBUG 0 -> [0,883,"WebDriver:ExecuteScript",{"args":[],"script":"\n return !!(window.fullScreen || document.webkitIsFullScreen)\n "}]
15:13:40 INFO - PID 1236 | 1547334820911 Marionette DEBUG 0 <- [1,883,null,{"value":true}]
15:13:40 INFO - PID 1236 | 1547334820911 webdriver::server DEBUG <- 200 OK {"value":true}
15:13:40 INFO - PID 1236 | 1547334820913 webdriver::server DEBUG -> POST /session/9cf382cd-32db-af4d-9689-3757ba5671f7/window/rect {"width": 400, "height": 400}
15:13:40 INFO - PID 1236 | 1547334820915 Marionette DEBUG 0 -> [0,884,"WebDriver:SetWindowRect",{"height":400,"width":400}]
15:13:42 INFO - PID 1236 | 1547334822418 Marionette DEBUG 0 <- [1,884,{"error":"timeout","message":"","stacktrace":"WebDriverError@chrome://marionette/content/error.js:179:5\nTimeoutError@chrome://marionette/content/error.js:446:5\nbail@chrome://marionette/content/sync.js:193:19\n"},null]
15:13:42 INFO - PID 1236 | 1547334822418 webdriver::server DEBUG <- 500 Internal Server Error {"value":{"error":"timeout","message":"","stacktrace":"WebDriverError@chrome://marionette/content/error.js:179:5\nTimeoutError@chrome://marionette/content/error.js:446:5\nbail@chrome://marionette/content/sync.js:193:19\n"}}
The timeout in SetWindowRect is a follow-up failure, but shouldn't also happen.
| Assignee | ||
Comment 8•7 years ago
|
||
With bug 1521527 fixed no timeout errors are raised anymore for fullscreen.
Updated•7 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Comment 10•3 years ago
|
||
Description
•