Closed
Bug 1462460
Opened 7 years ago
Closed 5 years ago
[meta] green up service worker tests with e10s pref flipped
Categories
(Core :: DOM: Service Workers, enhancement, P2)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
People
(Reporter: bkelly, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta, Whiteboard: SW-MUST)
Attachments
(1 obsolete file)
Now that we are getting closer to be able to turn on the e10s pref we can start running tests and trying to get them green. I'll hang various fixes off of this.
The starting point here is with patches from bug 1459209 and bug 1462069.
Reporter | ||
Comment 1•7 years ago
|
||
There will be a lot of orange in here. It at least still has bug 1462464 in it:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1a83213558ea6b261216f1b4a4c2c8df5c6e8a1e
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Whiteboard: SW-MUST
Reporter | ||
Comment 2•6 years ago
|
||
My current work-in-progress patch queue has green WPT and mostly green mochitests. Main failing mochitests are things like devtools, browser chrome tests, etc.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5e8e6d046a34f85cd55039618edfa3a3e6325cc1
Reporter | ||
Comment 3•6 years ago
|
||
Valentin, as I discuss in comment 0 I want to preserve channel creation and async open time across internal redirects. Our current practice of resetting the start of the channel time on every internal redirect produces overly optimistic numbers since it ignores real network stack execution time.
Also, I need this in order to properly track time across the additional internal redirects used by the new service worker parent intercept. There is a test that verifies that the service worker intercept time is accurately reported. Currently its missed in this mode without a change like this.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2712e428fd77d9772075fd7bbd2e0ea5d5ea4f7f
Attachment #8986904 -
Flags: review?(valentin.gosu)
Updated•6 years ago
|
Attachment #8986904 -
Flags: review?(valentin.gosu) → review+
Reporter | ||
Comment 4•6 years ago
|
||
Thanks for the review. I accidently put this patch and review on the wrong bug. I'll move it to the correct bug before landing.
Reporter | ||
Comment 5•6 years ago
|
||
Comment on attachment 8986904 [details] [diff] [review]
Propagate channel creation and async open time across internal redirects. r=valentin
Moved to bug 1470286.
Attachment #8986904 -
Attachment is obsolete: true
Reporter | ||
Updated•6 years ago
|
Assignee: ben → nobody
Status: ASSIGNED → NEW
Updated•6 years ago
|
Priority: P3 → P2
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•