-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: make test-http2-client-jsstream-destroy.js reliable #36129
Conversation
@mmomtchev Can you confirm that this still tests the thing you intended it to test? |
@Trott It has the downside of blocking indefinitely on the old version, but otherwise yes, iit does test it |
Ah, OK. We have a lot of tests that are like that so I think I'm OK leaving it that way. |
This comment has been minimized.
This comment has been minimized.
Use events instead of setTimeout() calls. Fixes: nodejs#36078 PR-URL: nodejs#36129 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Landed in fff25a0 |
Use events instead of setTimeout() calls. Fixes: #36078 PR-URL: #36129 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Use events instead of setTimeout() calls. Fixes: #36078 PR-URL: #36129 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Use events instead of setTimeout() calls. Fixes: #36078 PR-URL: #36129 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Use events instead of setTimeout() calls. Fixes: #36078 PR-URL: #36129 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Use events instead of setTimeout() calls.
Fixes: #36078
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes