Bug 1231213 Comment 31 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Parent-intercept tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2eccbd522310ece1d30818050f4bd974c2943610
"Normal" tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=50f15dff40201f4beb2a5f505bc47e866b371413

There's still intermittent timeouts in WPTs for the parent-intercept tests (although none for service-workers/ tests). Based on the log output of those tests, I suspect they're caused by the Service Workers being spawn in a dying/about-to-die process, causing the worker to never execute and the tests to timeout. The cause perhaps involving code here https://searchfox.org/mozilla-central/source/dom/ipc/ContentParent.cpp#5796, but rr isn't cooperating and I'm having trouble verifying.
Parent-intercept tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2eccbd522310ece1d30818050f4bd974c2943610
"Normal" tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=50f15dff40201f4beb2a5f505bc47e866b371413

There's still intermittent timeouts in WPTs for the parent-intercept tests (although none for service-workers/ tests). Based on the log output of those tests, I suspect they're caused by the Service Workers being spawn in a dying/about-to-die process, causing the worker to never execute and the tests to timeout. The cause perhaps involves code here https://searchfox.org/mozilla-central/source/dom/ipc/ContentParent.cpp#5796, but rr isn't cooperating and I'm having trouble verifying. (Also Pernosco has not been able to reproduce the timeouts.)
~Parent-intercept tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2eccbd522310ece1d30818050f4bd974c2943610~
~"Normal" tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=50f15dff40201f4beb2a5f505bc47e866b371413~

~There's still intermittent timeouts in WPTs for the parent-intercept tests (although none for service-workers/ tests). Based~ ~on the log output of those tests, I suspect they're caused by the Service Workers being spawn in a dying/about-to-die~ ~process, causing the worker to never execute and the tests to timeout. The cause perhaps involves code here~ ~https://searchfox.org/mozilla-central/source/dom/ipc/ContentParent.cpp#5796, but rr isn't cooperating and I'm having trouble~ ~verifying. (Also Pernosco has not been able to reproduce the timeouts.)~

The timeouts are no more, and I've updated the patches with the fix (see revision D26176).

Tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=0504e67c63fd442a77e3269542b23b70fd690964
Extra re-run of parent-intercept tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=b9e7fbe844d2a396a5f7b9cee51c40cb721da655
~Parent-intercept tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2eccbd522310ece1d30818050f4bd974c2943610~
~"Normal" tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=50f15dff40201f4beb2a5f505bc47e866b371413~

~There's still intermittent timeouts in WPTs for the parent-intercept tests (although none for service-workers/ tests). Based~ ~on the log output of those tests, I suspect they're caused by the Service Workers being spawn in a dying/about-to-die~ ~process, causing the worker to never execute and the tests to timeout. The cause perhaps involves code here~ ~https://searchfox.org/mozilla-central/source/dom/ipc/ContentParent.cpp#5796, but rr isn't cooperating and I'm having trouble~ ~verifying. (Also Pernosco has not been able to reproduce the timeouts.)~

The timeouts are no more, and I've updated the patches with the fix (see revision D26176).

Tests (parent-intercept tests are in the Linux x64 debug section): https://treeherder.mozilla.org/#/jobs?repo=try&revision=031de072ea92127b56db618ef06f48c50f549e0b
~Parent-intercept tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2eccbd522310ece1d30818050f4bd974c2943610~
~"Normal" tests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=50f15dff40201f4beb2a5f505bc47e866b371413~

~There's still intermittent timeouts in WPTs for the parent-intercept tests (although none for service-workers/ tests). Based~ ~on the log output of those tests, I suspect they're caused by the Service Workers being spawn in a dying/about-to-die~ ~process, causing the worker to never execute and the tests to timeout. The cause perhaps involves code here~ ~https://searchfox.org/mozilla-central/source/dom/ipc/ContentParent.cpp#5796, but rr isn't cooperating and I'm having trouble~ ~verifying. (Also Pernosco has not been able to reproduce the timeouts.)~

The timeouts are no more, and I've updated the patches with the fix (see revision D26176).

Tests (parent-intercept tests are in the Linux x64 debug section): https://treeherder.mozilla.org/#/jobs?repo=try&revision=970e603225f31cbf45ca5341c64814ac274fc95d (rebased on central on May 10 2019)

Back to Bug 1231213 Comment 31