Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
test: improve test-gc-http-client-connaborted#23091
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
Trott commented Sep 25, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Sep 25, 2018
test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential.
2157914 to 0a77d8fCompareTrott commented Sep 25, 2018
addaleax commented Sep 25, 2018
Just to be sure, is this test flaky? It invokes |
Trott commented Sep 25, 2018
I thought this one timed out for me with -j 32 --repeat 192, but let me double-check in case I ran a one of the other tests by accident. FWIW, test-gc-tls-external-memory is not flaky for me. |
Trott commented Sep 25, 2018
Confirmed this one is flaky too. I can set up some stress tests if we want it documented/confirmed. |
addaleax left a comment
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.
Ok, seems good :)
Trott commented Sep 27, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Resume Build: https://ci.nodejs.org/job/node-test-pull-request/17469/ ✔️ |
Trott commented Sep 27, 2018
Landed in 7603b4a |
test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential. PR-URL: nodejs#23091 Fixes: https://github.com/metadata Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential. PR-URL: #23091 Fixes: https://github.com/metadata Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential. PR-URL: #23091 Fixes: https://github.com/metadata Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
test-gc-http-client-connaborted is resource-intensive. It times out a lot on
CI. Move to sequential.
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.
(No
Fixes:metadata on this one!)Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes