-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
flaky: unit test runner sometimes crashes on Windows #4373
Comments
As a reference each subprocess that is spawned connects to TCP socket at |
I hit this recently (unfortunately I can't find the link) Let's give this two days - if we can't figure out the cause, then I think we need to revert the test runner changes unfortunately. |
not yet fixed https://github.com/denoland/deno/runs/511787896 |
happened again https://github.com/denoland/deno/runs/513693237 |
I've encountered this a bunch of times over the past couple of days. |
and again https://github.com/denoland/deno/pull/4416/checks?check_run_id=515520636 (i'll stop updating.. it seems to be happening regularly) |
I caught some debug output in https://github.com/denoland/deno/runs/516691695
|
https://github.com/denoland/deno/pull/4349/checks?check_run_id=507856283
It looks like this happens during running of
envCaseInsensitive
test, but happens only sometimes. Error suggests that TCP connection between parent and worker process is closed. I'm not sure what cases this failure.The text was updated successfully, but these errors were encountered: