Closed Bug 1397069 Opened 7 years ago Closed 7 years ago

Intermittent /webdriver/tests/minimize_window.py | minimize_window.py::test_minimize

Categories

(Remote Protocol :: Marionette, defect, P5)

Version 3
defect

Tracking

(firefox57 disabled, firefox58 fixed)

RESOLVED FIXED
mozilla58
Tracking Status
firefox57 --- disabled
firefox58 --- fixed

People

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

References

Details

(Keywords: intermittent-failure, Whiteboard: [stockwell fixed])

[task 2017-09-06T00:08:47.047825Z] 00:08:47     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/minimize_window.py | minimize_window.py::test_minimize 
[task 2017-09-06T00:08:47.048859Z] 00:08:47     INFO - session = <webdriver.client.Session object at 0x7ff41ac04710>
[task 2017-09-06T00:08:47.049832Z] 00:08:47     INFO - 
[task 2017-09-06T00:08:47.050464Z] 00:08:47     INFO -     def test_minimize(session):
[task 2017-09-06T00:08:47.051096Z] 00:08:47     INFO -         assert not session.execute_script("return document.hidden")
[task 2017-09-06T00:08:47.051505Z] 00:08:47     INFO -     
[task 2017-09-06T00:08:47.052246Z] 00:08:47     INFO -         # step 4
[task 2017-09-06T00:08:47.052664Z] 00:08:47     INFO -         response = minimize(session)
[task 2017-09-06T00:08:47.053391Z] 00:08:47     INFO -         assert_success(response)
[task 2017-09-06T00:08:47.054121Z] 00:08:47     INFO -     
[task 2017-09-06T00:08:47.054861Z] 00:08:47     INFO - >       assert session.execute_script("return document.hidden")
[task 2017-09-06T00:08:47.055265Z] 00:08:47     INFO - E       assert <bound method Session.execute_script of <webdriver.client.Session object at 0x7ff41ac04710>>('return document.hidden')
[task 2017-09-06T00:08:47.055677Z] 00:08:47     INFO - E        +  where <bound method Session.execute_script of <webdriver.client.Session object at 0x7ff41ac04710>> = <webdriver.client.Session object at 0x7ff41ac04710>.execute_script

Similar to bug 1392907. So maybe the patch on bug 1396618 might help too.
Depends on: 1396618
Whiteboard: [stockwell needswork]
This failure also started on Sep 5th so it's similar to the other top failure on bug 1397007.
Flags: needinfo?(ato)
(In reply to Henrik Skupin (:whimboo) from comment #7)

> This failure also started on Sep 5th so it's similar to the other
> top failure on bug 1397007.

See my feedback to this in
https://bugzilla.mozilla.org/show_bug.cgi?id=1397007#c11.

These two bugs are indeed caused by the same underlying problem.
When we figure out what the right solution for fixing it is, we
should mark both bugs dependent.
Flags: needinfo?(ato)
this looked to be fixed as of September 13th?  is there a reference to a patch?
Whiteboard: [stockwell disable-recommended] → [stockwell unknown]
(In reply to Joel Maher ( :jmaher) (UTC-5) from comment #12)

> this looked to be fixed as of September 13th? is there a reference
> to a patch?

This will get fixed with https://bugzil.la/1400226, which has a
dependency on https://bugzil.la/1400225.  The latter is currently in
review.
Depends on: 1400226
This intermittent has the same underlying issue as
https://bugzil.la/1397007.
Andreas, can you make sure that the test on beta gets re-enabled? The patch from bug 1400226 should be already on that branch.
Flags: needinfo?(ato)
Andreas, this should be fixed on at least central. Would we have to keep the test disabled on beta?
(In reply to Henrik Skupin (:whimboo) from comment #18)

> [T]his should be fixed on at least central. Would we have to keep
> the test disabled on beta?

Leaving this test disabled on beta is probably wise so that it
doesn’t appear like Firefox is having intermittency issues.
Flags: needinfo?(ato)
Ok, so going to mark it as fixed for Firefox 58.0.
Assignee: nobody → ato
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: [stockwell disable-recommended] → [stockwell fixed]
Target Milestone: --- → mozilla58
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.