-
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-debug-prompt #21826
Conversation
Be sure to send `.exit` only once to avoid spurious EPIPE and possibly other errors. Fixes: nodejs#21724
Stress test to confirm this is a fix: https://ci.nodejs.org/job/node-stress-single-test/1965/nodes=osx1010/console Will run a similar stress test on master after it finishes. |
Stress test on this PR is green. Stress test on master is showing lots of failures pretty much right away (31 failures in 68 runs so far) so I'm going to terminate it: https://ci.nodejs.org/job/node-stress-single-test/1966/nodes=osx1010/ |
I'd like to fast-track this to greatly improve CI reliability. Please 👍 this comment if you approve fast-tracking. |
CI is green. If we can get a couple of fast-track 👍, this can land. |
Be sure to send `.exit` only once to avoid spurious EPIPE and possibly other errors. Fixes: nodejs#21724 PR-URL: nodejs#21826 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Jon Moss <me@jonathanmoss.me>
Landed in df97126 |
Be sure to send `.exit` only once to avoid spurious EPIPE and possibly other errors. Fixes: #21724 PR-URL: #21826 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Jon Moss <me@jonathanmoss.me>
Be sure to send
.exit
only once to avoid spurious EPIPE and possiblyother errors.
Fixes: #21724
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes