-
Notifications
You must be signed in to change notification settings - Fork 13
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
Tests hang #26
Comments
Clarification: The process doesn't hang indefinitely. The process exits after exactly 2 minutes. |
I ran into a similar issue that I believe has the same root cause. In my case, I was able to bisect this to having been introduced in nodejs 12.17.0. I ran with lots of node trace/debug stuff enabled, and comparing the succeeding and failing logs, I suspect that this was introduced by nodejs/node#32958, but that's hard for me to verify. Some snippets of debug traces ( Working with 12.16.3:
The response finishes from here. Failing with 12.17.0:
The app hangs from here. |
Possibly also related: grantila/fetch-h2#104 |
When running the test suite (
npm test
) the tests complete successfully but the process doesn't terminate. I guess that's because some sockets are still open...(I am on macos)
The text was updated successfully, but these errors were encountered: