-
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: improve reliability of test-gc-http-client #23087
Conversation
test-gc-http-client is resource-intensive. It times out a lot on CI. Move to sequential. Fixes: nodejs#22336
For both this and #23086, can you remove the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as @addaleax , this should likely to help making the test break less often but does not really fix it AFAICT
Landed in 7d03ff1. |
test-gc-http-client is resource-intensive. It times out a lot on CI. Move to sequential. Approved for fast-tracking by: Anna Henningsen <anna@addaleax.net> Daniel Bevenius <daniel.bevenius@gmail.com> PR-URL: #23087 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
test-gc-http-client is resource-intensive. It times out a lot on CI. Move to sequential. Approved for fast-tracking by: Anna Henningsen <anna@addaleax.net> Daniel Bevenius <daniel.bevenius@gmail.com> PR-URL: #23087 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
test-gc-http-client is resource-intensive. It times out a lot on CI.
Move to sequential.
Fixes: #22336
Labeling fast-track to fix flaky CI and because this is awfully easy to undo if someone comes up with a better solution. Please 👍 to approve fast-tracking.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes