-
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: fix flaky test-http-server-keepalive-req-gc #29347
Conversation
This comment has been minimized.
This comment has been minimized.
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 👍 to fast-track. |
Landed in 3ae6f5e. |
Use
server
to keep the event loop open until theongc
listener runs.Fixes: #29344
Collaborators, please 👍 to fast-track.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes