GoogleChromeLabs / chromium-bidi

Implementation of WebDriver BiDi for Chromium
https://googlechromelabs.github.io/chromium-bidi/
Apache License 2.0
85 stars 28 forks source link

Fix race condition in local http server in e2e tests #1610

Open sadym-chromium opened 7 months ago

sadym-chromium commented 7 months ago

In #1591 the flag TrackingProtection3pcd was disabled, because of some e2e tests started failing. Investigation showed that the tests are passing when some external addresses are used instead of one provided by local http server.

The problem is in the python http server, which is hang in case of OOPiF.

AC:

OrKoN commented 4 months ago

Probably the same issue https://github.com/GoogleChromeLabs/chromium-bidi/pull/1805#issuecomment-1954261564

OrKoN commented 4 months ago

cc @Lightning00Blade this might be affecting network interception tests as well