Open Bug 1763179 Opened 3 years ago Updated 1 year ago

Intermittent dom/xslt/tests/browser/browser_bug1309630.js | Test timed out -

Categories

(Core :: XSLT, defect)

defect

Tracking

()

ASSIGNED
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
Summary: Intermittent TV dom/xslt/tests/browser/browser_bug1309630.js | Test timed out - → Intermittent dom/xslt/tests/browser/browser_bug1309630.js | Test timed out -

Hello, can you please take a look at this?

Flags: needinfo?(peterv)
Regressed by: CVE-2022-22755
Has Regression Range: --- → yes
Assignee: nobody → peterv
Status: NEW → ASSIGNED
Flags: needinfo?(peterv)
Whiteboard: [stockwell needswork:owner] → [stockwell needswork:owner][retriggered]

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

Flags: needinfo?(bugs)
Flags: needinfo?(bugs)

Perhaps you meant to needinfo peterv?

Flags: needinfo?(peterv)
Whiteboard: [retriggered][stockwell disable-recommended] → [retriggered][stockwell needswork:owner]
Whiteboard: [retriggered][stockwell needswork:owner] → [retriggered][stockwell disable-recommended]
Attachment #9273453 - Attachment description: Bug 1763179 - Disable browser_bug1309630.js on Linux64 for frequent failures. r?#intermittent-reviewers → Bug 1763179 - Disable browser_bug1309630.js on Linux64 for frequent failures. r?jmaher

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?

Keywords: leave-open
Whiteboard: [retriggered][stockwell disable-recommended] → [retriggered][stockwell disabled]
Pushed by apavel@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5142b618eef3 Disable browser_bug1309630.js on Linux64 for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD

The test case has been disabled.

Flags: needinfo?(peterv)

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.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: