Perma toolkit/components/remotebrowserutils/tests/browser/browser_httpToFileHistory.js | Test timed out - when Gecko 76 merges to Beta on 2020-04-06
Categories
(Core :: DOM: Navigation, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | + | verified |
firefox77 | --- | fixed |
People
(Reporter: NarcisB, Assigned: pbone)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
[Tracking Requested - why for this release]:
Central as Beta simulation:
https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=295728151&resultStatus=testfailed%2Cbusted%2Cexception%2Crunnable&revision=a8530183bf8b0986eed56b2881944b7589bc9028
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=295728151&repo=try&lineNumber=4664
Log snippet:
[task 2020-04-01T10:55:22.339Z] 10:55:22 INFO - TEST-PASS | toolkit/components/remotebrowserutils/tests/browser/browser_httpToFileHistory.js | Initial Navigation URL Scheme - "https" == "https" -
[task 2020-04-01T10:55:22.339Z] 10:55:22 INFO - Buffered messages finished
[task 2020-04-01T10:55:22.339Z] 10:55:22 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/remotebrowserutils/tests/browser/browser_httpToFileHistory.js | Test timed out -
[task 2020-04-01T10:55:22.340Z] 10:55:22 INFO - GECKO(5111) | MEMORY STAT | vsize 20975151MB | residentFast 1087MB
[task 2020-04-01T10:55:22.341Z] 10:55:22 INFO - TEST-OK | toolkit/components/remotebrowserutils/tests/browser/browser_httpToFileHistory.js | took 90029ms
[task 2020-04-01T10:55:22.341Z] 10:55:22 INFO - Not taking screenshot here: see the one that was previously logged
[task 2020-04-01T10:55:22.342Z] 10:55:22 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/remotebrowserutils/tests/browser/browser_httpToFileHistory.js | Found a tab after previous test timed out: file:///builds/worker/workspace/build/tests/mochitest/browser/toolkit/components/remotebrowserutils/tests/browser/dummy_page.html -
[task 2020-04-01T10:55:22.342Z] 10:55:22 INFO - checking window state
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Assignee | ||
Comment 3•5 years ago
|
||
Thanks,
Yes it's very likely that Bug 1597154 caused this but I'll check that also and investigate.
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Yep, confirmed that my changes caused the regression.
Comment 5•5 years ago
|
||
Paul, any chance there will be a patch for this before the central to beta merge on monday? Thank you.
Assignee | ||
Comment 6•5 years ago
|
||
Yep, working on it now (It's now Monday in Australia).
Assignee | ||
Comment 7•5 years ago
|
||
allowLinkedWebInFileUriProcess was supposed to work when document channel is
disabled, but it looks like I broke it in Bug 1597154. Rather than fix it,
let's disable it because it's deprecated anyway.
Comment hidden (Intermittent Failures Robot) |
Comment 10•5 years ago
|
||
Nika, can you request uplift for the patch to beta? RelMan and Sheriffing would like to fix the issue soon on beta. Thank you.
Comment 11•5 years ago
|
||
Comment on attachment 9138440 [details]
Bug 1626583 - Always disable allowLinkedWebInFileUriProcess r=nika
Beta/Release Uplift Approval Request
- User impact if declined: http(s): -> file: URI navigations may not load or maintain session history correctly.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This change disables a pref which has been off on nightly since Feb. 12, and has been deprecated with DocumentChannel enabled. The configuration of DocumentChannel combined with this pref being enabled was never intended to be supported.
- String changes made/needed: None
Comment 12•5 years ago
|
||
Comment on attachment 9138440 [details]
Bug 1626583 - Always disable allowLinkedWebInFileUriProcess r=nika
Approved for 76.0b1.
Comment 13•5 years ago
|
||
bugherder uplift |
Comment 14•5 years ago
|
||
bugherder |
Comment 15•5 years ago
|
||
Verified as fixed with this beta sim:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=58dc222258be33c82ad1b9ac71ec15022375f51f&searchStr=linux%2C18.04%2Cx64%2Casan%2Copt%2Cmochitests%2Ctest-linux1804-64-asan%2Fopt-mochitest-browser-chrome-e10s-9%2Cm%28bc9%29&selectedJob=296579038
Description
•