chromium-bidi icon indicating copy to clipboard operation
chromium-bidi copied to clipboard

Fix race condition in local http server in e2e tests

Open sadym-chromium opened this issue 1 year ago • 2 comments

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:

  • Re-enable TrackingProtection3pcd.
  • Add test verifying OOPiF is supported by local server (#1608).

sadym-chromium avatar Dec 07 '23 22:12 sadym-chromium

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

OrKoN avatar Feb 21 '24 09:02 OrKoN

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

OrKoN avatar Feb 21 '24 09:02 OrKoN