Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sadym-chromium opened this issue Dec 7, 2023 · 2 comments
Open

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

sadym-chromium opened this issue Dec 7, 2023 · 2 comments
Labels
python Pull requests that update Python code test enhancement

Comments

@sadym-chromium
Copy link
Collaborator

sadym-chromium commented Dec 7, 2023

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
Copy link
Collaborator

OrKoN commented Feb 21, 2024

Probably the same issue #1805 (comment)

@OrKoN
Copy link
Collaborator

OrKoN commented Feb 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code test enhancement
Projects
None yet
Development

No branches or pull requests

2 participants