Closed
Bug 1512593
Opened 6 years ago
Closed 6 years ago
Intermittent /webdriver/tests/set_window_rect/set.py | test_restore_from_minimized - assert False
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
VERIFIED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: ebalazs [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=215890245&repo=autoland
https://queue.taskcluster.net/v1/task/NdUZotOKRzes0qXLQxQneQ/runs/0/artifacts/public/logs/live_backing.log
STDOUT: =================================== FAILURES ===================================
00:33:50 INFO - STDOUT: _________________________ test_restore_from_minimized __________________________
00:33:50 INFO - STDOUT: session = <Session f45d622c-2890-824d-8269-77332903b4db>
00:33:50 INFO - STDOUT: def test_restore_from_minimized(session):
00:33:50 INFO - STDOUT: session.window.minimize()
00:33:50 INFO - STDOUT: > assert document_hidden(session)
00:33:50 INFO - STDOUT: E assert False
00:33:50 INFO - STDOUT: E + where False = document_hidden(<Session f45d622c-2890-824d-8269-77332903b4db>)
00:33:50 INFO - STDOUT: session = <Session f45d622c-2890-824d-8269-77332903b4db>
00:33:50 INFO - STDOUT: tests/web-platform/tests/webdriver/tests/set_window_rect/set.py
00:33:50 INFO - STDOUT: :148: AssertionError
00:33:50 INFO - STDOUT: =============================== warnings summary ===============================
00:33:50 INFO - STDOUT: <undetermined location>
00:33:50 INFO - STDOUT: Module already imported so cannot be rewritten: mozlog
00:33:50 INFO - STDOUT: -- Docs: http://doc.pytest.org/en/latest/warnings.html
00:33:50 INFO - STDOUT: =============== 1 failed, 69 passed, 1 warnings in 31.21 seconds ===============
00:33:50 INFO -
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect11]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect12]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect13]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect14]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect15]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect16]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect17]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect18]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect19]
00:33:50 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_fully_exit_fullscreen
00:33:50 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/set_window_rect/set.py | test_restore_from_minimized - assert False
00:33:50 INFO - session = <Session f45d622c-2890-824d-8269-77332903b4db>
00:33:50 INFO -
00:33:50 INFO - def test_restore_from_minimized(session):
00:33:50 INFO - session.window.minimize()
00:33:50 INFO - > assert document_hidden(session)
00:33:50 INFO - E assert False
00:33:50 INFO - E + where False = document_hidden(<Session f45d622c-2890-824d-8269-77332903b4db>)
00:33:50 INFO -
00:33:50 INFO - session = <Session f45d622c-2890-824d-8269-77332903b4db>
00:33:50 INFO -
00:33:50 INFO - tests/web-platform/tests/webdriver/tests/set_window_rect/set.py:148: AssertionError
00:33:50 INFO - .............
00:33:50 INFO - TEST-OK | /webdriver/tests/set_window_rect/set.py | took 32007ms
00:33:50 INFO - Closing logging queue
00:33:50 INFO - queue closed
00:33:50 INFO - Starting runner
00:33:50 INFO - PID 3693 | 1544171630967 webdriver::httpapi DEBUG Creating routes
00:33:50 INFO - PID 3693 | 1544171630973 geckodriver DEBUG Listening on 127.0.0.1:4444
00:33:51 INFO - WebDriver HTTP server listening at http://127.0.0.1:4444/
00:33:51 INFO - TEST-START | /webdriver/tests/set_window_rect/user_prompts.py
00:33:52 INFO - STDOUT: ============================= test session starts ==============================
00:33:52 INFO - STDOUT: platform darwin -- Python 2.7.10, pytest-unknown, py-1.5.2, pluggy-0.5.3.dev -- /Users/cltbld/tasks/task_1544160660/build/venv/bin/python
00:33:52 INFO - STDOUT: rootdir: /Users/cltbld/tasks/task_1544160660/build, inifile:
00:33:52 INFO - STDOUT: collecting ...
00:33:52 INFO - STDOUT: collected 18 items
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Updated•6 years ago
|
Component: Audio/Video: Playback → geckodriver
Product: Core → Testing
Comment 2•6 years ago
|
||
Bug 1492499 is actually unrelated here. What's needed is bug 1510305,
No longer depends on: 1492499
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 5•6 years ago
|
||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Comment 6•6 years ago
|
||
It's not clear to me if this failure was part of an early headless run, but it didn't happen anymore in the last 6 months.
Status: RESOLVED → VERIFIED
Comment hidden (Intermittent Failures Robot) |
Comment 8•2 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
•