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 one flakiness issue in browser.test_chunked_synchronous_xhr #9003

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

kripken
Copy link
Member

@kripken kripken commented Jul 16, 2019

The test is marked @flaky which runs it up to 3 times to try to avoid a random error. But we never shut down the server, so the second and later runs would just hit an error on trying to create a server on the same port. (Of course not shutting down the server was bad for other reasons too!)

Hopefully this will decrease dramatically the number of random failures on this test, but it won't eliminate them entirely.

@kripken kripken merged commit 71cbb1a into incoming Jul 17, 2019
@kripken kripken deleted the flaky branch July 17, 2019 23:48
belraquib pushed a commit to belraquib/emscripten that referenced this pull request Dec 23, 2020
…ripten-core#9003)

The test is marked @flaky which runs it up to 3 times to try to avoid a random error. But we never shut down the server, so the second and later runs would just hit an error on trying to create a server on the same port. (Of course not shutting down the server was bad for other reasons too!)

Hopefully this will decrease dramatically the number of random failures on this test, but it won't eliminate them entirely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants