Closed
Bug 1343039
Opened 8 years ago
Closed 8 years ago
Intermittent test_window_handles_content.py TestWindowHandles.test_window_handles_after_opening_new_window | AssertionError: u'about:blank' != 'http://127.0.0.1:49319/empty.html '
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: nitishplus98)
References
Details
(Keywords: intermittent-failure, Whiteboard: [fixed by bug 1344647])
Filed by: wkocher [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=80351569&repo=mozilla-inbound
https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-win64-debug/1488192069/mozilla-inbound_win8_64-debug_test-marionette-e10s-bm127-tests1-windows-build76.txt.gz
Similar underlying issue as what got recently fixed via bug 1336022. Should be an easy fix.
https://dxr.mozilla.org/mozilla-central/rev/106a96755d3bcebe64bbbc3b521d65d262ba9c02/testing/marionette/harness/marionette_harness/tests/unit/test_window_handles_content.py#50
Where we have to replace assertEqual() in line 63 with the Wait().until() code.
Hello Henrik, I am new to Open source development, can i work on this?
Depends on: 1344647
Nitish, over the weekend we got some other failures too with the same underlying cause. So I filed bug 1344647 which will cover the work now. If you want to work on the bug please let me know over there. I can assign it to you when the first patch got uploaded. Thanks!
Assignee: nobody → nitishplus98
status-firefox55:
--- → fixed
Whiteboard: [fixed by bug 1344647]
Target Milestone: --- → mozilla55
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 4•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•