Intermittent /webdriver/tests/set_window_rect/set.py | <smth> - AssertionError: assert {'height': 600, 'width': 800, 'x': 100, 'y': 100} == {'height': 600, 'width': 800, 'x': 110, 'y': 100}
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: karlt)
References
Details
(Keywords: assertion, intermittent-failure)
Filed by: abutkovits [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=335038494&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GbZjI1DXQHaNqVNBC_XI-A/runs/0/artifacts/public/logs/live_backing.log
[task 2021-03-31T14:26:00.375Z] 14:26:00 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_x_y
[task 2021-03-31T14:26:00.375Z] 14:26:00 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_negative_x_y
[task 2021-03-31T14:26:00.375Z] 14:26:00 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_x_y_as_current
[task 2021-03-31T14:26:00.375Z] 14:26:00 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_x_as_current
[task 2021-03-31T14:26:00.375Z] 14:26:00 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/set_window_rect/set.py | test_y_as_current - AssertionError: assert {'height': 600, 'width': 800, 'x': 100, 'y': 100} == {'height': 600, 'width': 800, 'x': 110, 'y': 100}```
Comment hidden (Intermittent Failures Robot) |
Comment 2•4 years ago
|
||
The window position wasn't correctly set:
[task 2021-03-31T14:26:00.194Z] 14:26:00 INFO - PID 17611 | 1617200760186 Marionette DEBUG 0 -> [0,1240,"WebDriver:SetWindowRect",{"x":110,"y":100}]
[task 2021-03-31T14:26:00.194Z] 14:26:00 INFO - PID 17611 | 1617200760188 Marionette DEBUG 0 <- [1,1240,null,{"x":100,"y":100,"width":800,"height":600}]
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 6•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 7•3 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 10•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 11•3 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer?job_id=347648149&repo=autoland&lineNumber=91313
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 32•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 33•3 years ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=370270789&repo=mozilla-central
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 43•2 years ago
|
||
Should be addressed by https://hg.mozilla.org/mozilla-central/rev/c2cd1e58dd94
Updated•2 years ago
|
Comment 44•2 years ago
|
||
Description
•