Closed Bug 1589186 Opened 6 years ago Closed 6 years ago

Intermittent /webdriver/tests/set_window_rect/set.py | test_x_y_floats - assert 0 == 420

Categories

(Remote Protocol :: Marionette, defect, P5)

Version 3
defect

Tracking

(firefox71 fixed)

RESOLVED FIXED
mozilla71
Tracking Status
firefox71 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: jhorak)

References

Details

(Keywords: intermittent-failure)

Filed by: malexandru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=271544875&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/Xdy1Z3SuSqy-SeC3GA5PfA/runs/0/artifacts/public/logs/live_backing.log


[task 2019-10-16T17:59:30.837Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_width_height_floats
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/set_window_rect/set.py | test_x_y_floats - assert 0 == 420
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - session = <Session 9b0622ca-745d-42e4-b868-c6360925687e>
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - def test_x_y_floats(session):
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - response = set_window_rect(session, {"x": 0.5, "y": 420})
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - value = assert_success(response)
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - assert value["x"] == 0
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - > assert value["y"] == 420
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - E assert 0 == 420
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO - response = <Responsetatus=200 body={"value": {"y": 0, "x": 0, "height": 600, "width": 800}}>
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO - session = <Session 9b0622ca-745d-42e4-b868-c6360925687e>
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO - value = {'height': 600, 'width': 800, 'x': 0, 'y': 0}
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO - tests/web-platform/tests/webdriver/tests/set_window_rect/set.py:93: AssertionError
[task 2019-10-16T17:59:30.846Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.846Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect12]
[task 2019-10-16T17:59:30.847Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect13]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect14]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect15]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect16]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect17]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect18]
[task 2019-10-16T17:59:30.849Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect19]
[task 2019-10-16T17:59:30.849Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_fully_exit_fullscreen
[task 2019-10-16T17:59:30.850Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_restore_from_minimized
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/set_window_rect/set.py | test_restore_from_maximized - assert (800, 600) != (800, 600)
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO - session = <Session 9b0622ca-745d-42e4-b868-c6360925687e>
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO - def test_restore_from_maximized(session):
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO - original_size = session.window.size
[task 2019-10-16T17:59:30.852Z] 17:59:30 INFO - session.window.maximize()
[task 2019-10-16T17:59:30.852Z] 17:59:30 INFO - > assert session.window.size != original_size
[task 2019-10-16T17:59:30.852Z] 17:59:30 INFO - E assert (800, 600) != (800, 600)
[task 2019-10-16T17:59:30.852Z] 17:59:30 INFO - E + where (800, 600) = <webdriver.client.Window object at 0x7f2623b37090>.size
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO - E + where <webdriver.client.Window object at 0x7f2623b37090> = <Session 9b0622ca-745d-42e4-b868-c6360925687e>.window
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO - original_size = (800, 600)
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO - session = <Session 9b0622ca-745d-42e4-b868-c6360925687e>
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO - tests/web-platform/tests/webdriver/tests/set_window_rect/set.py:161: AssertionError
[task 2019-10-16T17:59:30.855Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.856Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_height_width

No more failures since Friday. Has a follow-up patch been landed here which fixed the regression?

Flags: needinfo?(dvarga)

Permafails are fixed by bug 1589541 .

Flags: needinfo?(jhorak)
Flags: needinfo?(dvarga)

Thanks!

Assignee: nobody → jhorak
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
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.