RESOLVED FIXED 109443
Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
https://bugs.webkit.org/show_bug.cgi?id=109443
Summary Web Inspector: [Extensions API] expose ExtensionServerClient to tests so test...
Andrey Kosyakov
Reported 2013-02-11 08:39:12 PST
We currently have a separate message channel for evals in front-end context invoked from extension tests. This has negative impact on tests stability, as the message delivery order is not guaranteed for two different ports -- the extension output interleaving with front-end output (i.e. from console.log()) is a common source of flakiness. The proposed fix is to expose extensionServer to test code, so we can re-use the existing port and make sure test output is well serialized WRT extension commands.
Attachments
Patch (6.60 KB, patch)
2013-02-11 08:42 PST, Andrey Kosyakov
vsevik: review+
Andrey Kosyakov
Comment 1 2013-02-11 08:42:50 PST
Andrey Kosyakov
Comment 2 2013-02-11 10:02:59 PST
Note You need to log in before you can comment on or make changes to this bug.