Skip to content

test: fix flaky test-child-process-spawnsync-input - #3889

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:isolate-maxbuf
Closed

test: fix flaky test-child-process-spawnsync-input#3889
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:isolate-maxbuf

Conversation

@Trott

Copy link
Copy Markdown
Member

Move portion of test-child-process-spawnsync-input.js (that has been
flaky on CentOS in CI) to its own file. This allows us to more easily
eliminate the cause of the flakiness without affecting other unrelated
portions of the test.

Fixes: #3863

Move portion of `test-child-process-spawnsync-input.js` (that has been
flaky on CentOS in CI) to its own file. This allows us to more easily
eliminate the cause of the flakiness without affecting other unrelated
portions of the test.
Fixes: nodejs#3863
@TrottTrott added the test Issues and PRs related to the tests. label Nov 17, 2015
@Trott

Copy link
Copy Markdown
MemberAuthor

9999 runs of the previously-flaky part of the test on CentOS 5 with no failures with this change: https://ci.nodejs.org/job/node-stress-single-test/15/nodes=centos5-32/console

@Trott

Copy link
Copy Markdown
MemberAuthor

@mscdexmscdex added the child_process Issues and PRs related to the child_process subsystem. label Nov 17, 2015
@jasnell

Copy link
Copy Markdown
Member

CI looks green with the exception of the current known failures.

@jasnell

Copy link
Copy Markdown
Member

LGTM

@cjihrig

Copy link
Copy Markdown
Contributor

LGTM. Would you mind capitalizing the letters at the beginning of the comments when you land this?

@jasnell

Copy link
Copy Markdown
Member

Yep, I'll do that now

Trott added a commit that referenced this pull request Nov 18, 2015
Move portion of `test-child-process-spawnsync-input.js` (that has been
flaky on CentOS in CI) to its own file. This allows us to more easily
eliminate the cause of the flakiness without affecting other unrelated
portions of the test.
Fixes: #3863
PR-URL: #3889
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in ac319c3

@jasnelljasnell closed this Nov 18, 2015
Trott added a commit that referenced this pull request Dec 1, 2015
Move portion of `test-child-process-spawnsync-input.js` (that has been
flaky on CentOS in CI) to its own file. This allows us to more easily
eliminate the cause of the flakiness without affecting other unrelated
portions of the test.
Fixes: #3863
PR-URL: #3889
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Trott added a commit that referenced this pull request Dec 4, 2015
Move portion of `test-child-process-spawnsync-input.js` (that has been
flaky on CentOS in CI) to its own file. This allows us to more easily
eliminate the cause of the flakiness without affecting other unrelated
portions of the test.
Fixes: #3863
PR-URL: #3889
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Trott added a commit that referenced this pull request Dec 5, 2015
Move portion of `test-child-process-spawnsync-input.js` (that has been
flaky on CentOS in CI) to its own file. This allows us to more easily
eliminate the cause of the flakiness without affecting other unrelated
portions of the test.
Fixes: #3863
PR-URL: #3889
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnelljasnell mentioned this pull request Dec 17, 2015
Trott added a commit that referenced this pull request Dec 17, 2015
Move portion of `test-child-process-spawnsync-input.js` (that has been
flaky on CentOS in CI) to its own file. This allows us to more easily
eliminate the cause of the flakiness without affecting other unrelated
portions of the test.
Fixes: #3863
PR-URL: #3889
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Trott added a commit that referenced this pull request Dec 23, 2015
Move portion of `test-child-process-spawnsync-input.js` (that has been
flaky on CentOS in CI) to its own file. This allows us to more easily
eliminate the cause of the flakiness without affecting other unrelated
portions of the test.
Fixes: #3863
PR-URL: #3889
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@Trott
Trott deleted the isolate-maxbuf branch January 13, 2022 22:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_processIssues and PRs related to the child_process subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@jasnell@cjihrig@mscdex@MylesBorins@mhdawson