Closed
Bug 1668727
Opened 4 years ago
Closed 4 years ago
Intermittent /webdriver/tests/get_page_source/source.py | test_no_browsing_context - assert 200 == 404
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1665549
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=317363287&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PHeAieW_RlC3FL-5h_V9MA/runs/0/artifacts/public/logs/live_backing.log
[task 2020-10-02T05:38:16.749Z] 05:38:16 INFO - TEST-START | /webdriver/tests/get_page_source/source.py
[task 2020-10-02T05:38:20.620Z] 05:38:20 INFO - STDOUT: ====================== 1 failed, 2 passed in 3.65 seconds ======================
[task 2020-10-02T05:38:20.639Z] 05:38:20 INFO -
[task 2020-10-02T05:38:20.639Z] 05:38:20 INFO - TEST-PASS | /webdriver/tests/get_page_source/source.py | test_no_top_browsing_context
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/get_page_source/source.py | test_no_browsing_context - assert 200 == 404
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - session = <Session 9023d83c-84e9-4ec9-8cc8-61cae948d198>, closed_frame = None
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO -
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - def test_no_browsing_context(session, closed_frame):
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - response = get_page_source(session)
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - > assert_error(response, "no such window")
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO -
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - closed_frame = None
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - response = <Responsetatus=200 body={"value": "<html><head></head><body>\n <input type=\"...\" onclick=\"top.remove();\" value=\"Remove top frame\">\n\n\n</body></html>"}>
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - session = <Session 9023d83c-84e9-4ec9-8cc8-61cae948d198>
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO -
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - tests/web-platform/tests/webdriver/tests/get_page_source/source.py:17:
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2020-10-02T05:38:20.640Z] 05:38:20 INFO - ```
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Comment hidden (Intermittent Failures Robot) |
Comment 3•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
•