yes, it looks like running `ServiceWorker that proxies all fetches`[1] until timeout. [1] https://searchfox.org/mozilla-central/rev/ea63a0888d406fae720cf24f4727d87569a8cab5/dom/html/test/test_formSubmission.html#889
Bug 1588148 Comment 11 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
yes, it looks like running `ServiceWorker that proxies all fetches`[1] until timeout. ``` [task 2019-12-06T03:08:10.977Z] 03:08:10 INFO - TEST-PASS | dom/html/test/test_formSubmission.html | controlled by the SW we expected [task 2019-12-06T03:08:10.977Z] 03:08:10 INFO - became controlled by ServiceWorker. [task 2019-12-06T03:08:10.977Z] 03:08:10 INFO - starting test variant: ServiceWorker that proxies all fetches [task 2019-12-06T03:08:10.977Z] 03:08:10 INFO - Buffered messages finished [task 2019-12-06T03:08:10.977Z] 03:08:10 INFO - TEST-UNEXPECTED-FAIL | dom/html/test/test_formSubmission.html | Test timed out. ``` [1] https://searchfox.org/mozilla-central/rev/ea63a0888d406fae720cf24f4727d87569a8cab5/dom/html/test/test_formSubmission.html#889
The first log[1] fails at running to `ServiceWorker that proxies all fetch`[2] until timeout, the second log[3] fails after running `expected URL part` [4]. However, I only see it happened sometimes, maybe we can consider increase timeout. [1] https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=279933393&repo=autoland&lineNumber=15534 [2] https://searchfox.org/mozilla-central/rev/ea63a0888d406fae720cf24f4727d87569a8cab5/dom/html/test/test_formSubmission.html#889 [3] https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=279632440&repo=autoland&lineNumber=15543 [4] https://searchfox.org/mozilla-central/rev/ea63a0888d406fae720cf24f4727d87569a8cab5/dom/html/test/test_formSubmission.html#660