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: fix flaky test-http-server-keepalive-req-gc #29347
Conversation
This comment has been hidden.
This comment has been hidden.
|
CI is green. Some approvals for fast-tracking would be great.... @nodejs/testing |
Use `server` to keep the event loop open until the `ongc` listener runs. Fixes: nodejs#29344
|
Actually, can you maybe also try to remove the skip-on-Windows part? That might be resolved now too |
I was going to do that in a follow-up PR, just in case it's not resolved. Is that OK with you? |
|
Sure! |
|
Collaborators, please |
|
Landed in 3ae6f5e. |
Use
serverto keep the event loop open until theongclistener runs.Fixes: #29344
Collaborators, please👍 to fast-track.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes