Intermittent dom/xslt/tests/browser/browser_bug1309630.js | Test timed out -
Categories
(Core :: XSLT, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox99 | --- | wontfix |
| firefox100 | --- | wontfix |
| firefox101 | --- | disabled |
People
(Reporter: intermittent-bug-filer, Assigned: peterv)
References
(Regression)
Details
(Keywords: intermittent-failure, leave-open, regression, Whiteboard: [retriggered][stockwell disabled])
Attachments
(1 file)
Filed by: abutkovits [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=373474243&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/dbjDl9Y5SNOc1naRDtcBJQ/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/dbjDl9Y5SNOc1naRDtcBJQ/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - TEST-PASS | dom/xslt/tests/browser/browser_bug1309630.js | We should receive at least a request from the document function call. -
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - Navigating to about:blank
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - Console message: [JavaScript Error: "XML Parsing Error: no root element found
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - Location: https://example.com/browser/dom/xslt/tests/browser/bug1309630.sjs?5
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - Line Number 1, Column 1:" {file: "https://example.com/browser/dom/xslt/tests/browser/bug1309630.sjs?5" line: 1}]
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - Buffered messages finished
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - TEST-UNEXPECTED-FAIL | dom/xslt/tests/browser/browser_bug1309630.js | Test timed out -
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - GECKO(1570) | MEMORY STAT | vsize 3182MB | residentFast 450MB | heapAllocated 202MB
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - TEST-OK | dom/xslt/tests/browser/browser_bug1309630.js | took 45008ms
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - Not taking screenshot here: see the one that was previously logged
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - TEST-UNEXPECTED-FAIL | dom/xslt/tests/browser/browser_bug1309630.js | Found a tab after previous test timed out: about:blank -
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - checking window state
[task 2022-04-05T15:09:25.264Z] 15:09:25 INFO - GECKO(1570) | Completed ShutdownLeaks collections in process 1570
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Hello, can you please take a look at this?
Updated•3 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Updated•3 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 7•3 years ago
•
|
||
In the last 7 days there were 65 failures. All of them on linux1804-64-qr
:peterv, the failure first occurence was here , can you please take a look over
Updated•3 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Updated•3 years ago
|
Comment 12•3 years ago
|
||
Updated•3 years ago
|
Comment 13•3 years ago
|
||
There are 68 failures in the last 7 days and 178 in the last 22 days.
All failures are on Linux64.
Peter, is there something you can do in order to fix this failure or should we disable it?
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Comment 15•3 years ago
|
||
Comment 16•3 years ago
|
||
| bugherder | ||
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
| 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 27•1 year ago
|
||
This still happens frequently when running the test locally. I think the timeout happens right here the first time the test attempts to navigate to about:blank.
Calling startLoadingURIString before browserLoaded looked a little sketchy to me, so I tried reversing the order (and adding a URL to the latter because why not) like this but it didn't help:
let loaded = BrowserTestUtils.browserLoaded(browser, false, "about:blank");
BrowserTestUtils.startLoadingURIString(browser, "about:blank");
await loaded;
Maybe navigating to something besides about:blank would be less problematic? Maybe there's some kind of Fission process switch angle going on here and navigating to a same-site page would avoid problems.
Description
•