Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Jul 15, 2018

Be sure to send .exit only once to avoid spurious EPIPE and possibly
other errors.

Fixes: #21724

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Be sure to send `.exit` only once to avoid spurious EPIPE and possibly
other errors.

Fixes: nodejs#21724
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Jul 15, 2018
@Trott
Copy link
Member Author

Trott commented Jul 15, 2018

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.

@Trott
Copy link
Member Author

Trott commented Jul 15, 2018

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/

@Trott
Copy link
Member Author

Trott commented Jul 15, 2018

I'd like to fast-track this to greatly improve CI reliability. Please 👍 this comment if you approve fast-tracking.

@Trott Trott added the fast-track PRs that do not need to wait for 48 hours to land. label Jul 15, 2018
@Trott
Copy link
Member Author

Trott commented Jul 15, 2018

@Trott
Copy link
Member Author

Trott commented Jul 16, 2018

CI is green. If we can get a couple of fast-track 👍, this can land.

Trott added a commit to Trott/io.js that referenced this pull request Jul 16, 2018
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>
@Trott
Copy link
Member Author

Trott commented Jul 16, 2018

Landed in df97126

@Trott Trott closed this Jul 16, 2018
targos pushed a commit that referenced this pull request Jul 16, 2018
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>
@targos targos mentioned this pull request Jul 17, 2018
@Trott Trott deleted the fix-21724 branch January 13, 2022 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fast-track PRs that do not need to wait for 48 hours to land. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OSX, intermittent - sequential/test-debug-prompt
7 participants