Closed
Bug 1721912
Opened 3 years ago
Closed 3 years ago
browser_dbg-windowless-service-workers-reload.js (still) fails with server side target switching enabled
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1721555
People
(Reporter: ochameau, Unassigned)
References
Details
It looks like bug 1721555 wasn't enough, or some other fix broke this test again.
The test timesout with:
0:08.80 GECKO(71602) [ACTION] SET_EXPANDED_STATE - {"type":"SET_EXPANDED_STATE","expanded":{}}
0:08.81 GECKO(71602) [ACTION] SET_EXPANDED_STATE - {"type":"SET_EXPANDED_STATE","expanded":{}}
0:08.87 GECKO(71602) console.warn: "Already started legacy listener for console-message on server0.conn0.content-process34/workerDescriptor5"
0:08.88 GECKO(71602) console.warn: "Already started legacy listener for error-message on server0.conn0.content-process34/workerDescriptor5"
0:08.88 GECKO(71602) [ACTION] INSERT_THREAD - {"type":"INSERT_THREAD","cx":{"navigateCounter":1},"newThread":{"actor":"server0.conn0.content-process34/workerDescriptor5/thread2","url":"http://example.com/browser/devtools/client/debugger/test/mochitest/examples/service-worker.sjs","isTopLevel":false,"targetType":"service_worker","name":"service-worker.sjs"}}
0:08.90 GECKO(71602) console.warn: "Already started legacy listener for document-event on server0.conn0.content-process34/workerDescriptor5"
0:08.90 GECKO(71602) console.warn: "Already started legacy listener for network-event on server0.conn0.content-process34/workerDescriptor5"
0:08.90 GECKO(71602) console.warn: "Already started legacy listener for source on server0.conn0.content-process34/workerDescriptor5"
0:08.90 GECKO(71602) console.warn: "Already started legacy listener for thread-state on server0.conn0.content-process34/workerDescriptor5"
While being stuck on this line:
await reload(dbg, "service-worker.sjs");
As this most likely impact only the preffed off service worker debugging,
this might be lower priority?
Comment 1•3 years ago
|
||
The test seems to run fine with server side target switching with the patch for Bug 1691585 (https://phabricator.services.mozilla.com/D120710).
Updated•3 years ago
|
Whiteboard: dt-fission-m3-triage → dt-fission-future
Comment 2•3 years ago
|
||
Tries again since Bug 1721555 is on central, and the test runs fine locally to me, so I'm going to close it.
Alex, feel free to reopen it if you still see this test being an issue on TRY
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Whiteboard: dt-fission-future
You need to log in
before you can comment on or make changes to this bug.
Description
•