Open Bug 1902538 Opened 20 days ago Updated 20 days ago

Look into weird automation behavior for testing/web-platform/tests/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html where the test passes locally but seems to reliably fail on automation

Categories

(Core :: DOM: Service Workers, task)

task

Tracking

()

ASSIGNED

People

(Reporter: asuth, Assigned: asuth)

References

Details

We should pass https://searchfox.org/mozilla-central/source/testing/web-platform/tests/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html and in fact we do pass it if I run it locally. I tried to get pernosco to do a self-serve reproduction but unfortunately the pernosco self-serve behavior for Web Platform Tests is weird and it re-runs the whole chunk and fails to reproduce the problem (although sometimes it produces timeouts in other tests in the chunk, which is why pernosco doesn't do that for mochitests).

The general test setup is the ServiceWorker unregister-worker.js triggers its own unregistration on different lifecycle events and onmessage and the test generally waits for the original installing SW to become redundant which should generally happen strictly after we remove the registration (and strictly after we resolve the unregister promise). Presumably there's something interesting happening with races here and with some local coercing pernosco can get us a good trace.

See Also: → 1757724
You need to log in before you can comment on or make changes to this bug.