gecko-dev/devtools/server
Julian Descottes 8f530a3e07 Bug 1618059 - Extract the storage extension live reload test r=ochameau,davidwalsh
The failure only occurs locally when I use an attached target for the test_panel_live_reload mochitest.
And it only happens if we perform the `extension.upgrade` call during the test.
Most of the time it seems linked to a "frameUpdated" event fired when the webextension is being updated.
But even after commenting out the event, the test remains intermittent (albeit with a much lower frequency)

A first option would be to expose a new API on the webextension descriptor front in order to create
detached targets.

But it seems that isolating the live_reload test in a dedicated file also fixes the intermittent.
It makes the fix a bit obscure, and it probably means we won't look into the issue much furhter but
I would prefer to avoid test-only APIs in the codebase.

Differential Revision: https://phabricator.services.mozilla.com/D81322
2020-07-02 15:56:00 +00:00
..
actors Bug 1623283 - Rename Pool#actor into getActorByID. r=jdescottes. 2020-07-02 15:07:12 +00:00
connectors Bug 1621713 - Don't create extra ActorPools in devtools/server. r=jdescottes. 2020-06-24 07:38:09 +00:00
performance Bug 1144438 - Remove false error notification when the profiler stops; r=julienw 2020-03-02 16:37:04 +00:00
socket Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
startup Bug 1621713 - Don't create extra ActorPools in devtools/server. r=jdescottes. 2020-06-24 07:38:09 +00:00
tests Bug 1618059 - Extract the storage extension live reload test r=ochameau,davidwalsh 2020-07-02 15:56:00 +00:00
devtools-server-connection.js Bug 1623283 - Rename Pool#actor into getActorByID. r=jdescottes. 2020-07-02 15:07:12 +00:00
devtools-server.js Bug 1620243 - Watch console messages resources from the server side. r=nchevobbe,jdescottes 2020-06-09 18:22:45 +00:00
moz.build Bug 1614793 - Rename DebuggerServerConnection to DevToolsServerConnection. r=jdescottes 2020-02-18 15:28:49 +00:00