Skip to content

test: fix child-process-pipe-dataflow - #36366

Closed
santigimeno wants to merge 1 commit into
nodejs:masterfrom
santigimeno:santi/fix_test-child-process-pipe-dataflow
Closed

test: fix child-process-pipe-dataflow#36366
santigimeno wants to merge 1 commit into
nodejs:masterfrom
santigimeno:santi/fix_test-child-process-pipe-dataflow

Conversation

@santigimeno

Copy link
Copy Markdown
Member

Make sure all the wc process stdout data is received before checking
its validity.

Fixes: #25988

Make sure all the `wc` process stdout data is received before checking
its validity.
Fixes: nodejs#25988
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 3, 2020
@gireeshpunathil

Copy link
Copy Markdown
Member

thanks @santigimeno - that looks like a very reasonable explanation to this issue.

@TrottTrott added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 6, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 6, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@gireeshpunathilgireeshpunathil added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Dec 7, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@gireeshpunathilgireeshpunathil added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 8, 2020
@github-actionsgithub-actionsBot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 8, 2020
@github-actions

Copy link
Copy Markdown
Contributor

Landed in 6d3775e...ca8eb79

nodejs-github-bot pushed a commit that referenced this pull request Dec 8, 2020
Make sure all the `wc` process stdout data is received before checking
its validity.
Fixes: #25988
PR-URL: #36366
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Dec 21, 2020
Make sure all the `wc` process stdout data is received before checking
its validity.
Fixes: #25988
PR-URL: #36366
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targostargos mentioned this pull request Dec 22, 2020
targos pushed a commit that referenced this pull request May 1, 2021
Make sure all the `wc` process stdout data is received before checking
its validity.
Fixes: #25988
PR-URL: #36366
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flaky: test-child-process-pipe-dataflow

7 participants

@santigimeno@gireeshpunathil@nodejs-github-bot@jasnell@Trott@lpinca@cjihrig