FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: increase debugging information in subprocess test by Trott · Pull Request #30761 · nodejs/node · GitHub

/ node Public

test: increase debugging information in subprocess test - #30761

Merged
Trott merged 0 commit into
nodejs:masterfrom
Trott:subprocess
Dec 4, 2019
Merged

test: increase debugging information in subprocess test#30761
Trott merged 0 commit into
nodejs:masterfrom
Trott:subprocess

Conversation

Trott commented Dec 2, 2019

Copy link
Copy Markdown
Member

Refs: #25988 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

nodejs-github-bot added the test Issues and PRs related to the tests. label Dec 2, 2019

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

thanks @Trott - I have been thinking of a debugging strategy around this without a way out. This looks like a great plan to me.

Only theory that can explain the current behavior (not the failure itself, but the missing debug info) is a race condition between child exit and its pipe flush, and this change is going to resolve that.

Trott added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Dec 2, 2019

Trott commented Dec 4, 2019

Copy link
Copy Markdown
Member Author

Landed in b299860

Trott merged commit b299860 into nodejs:master Dec 4, 2019
Trott deleted the subprocess branch December 4, 2019 13:37
targos pushed a commit that referenced this pull request Dec 9, 2019
Refs: #25988 (comment)

PR-URL: #30761
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MylesBorins mentioned this pull request Dec 13, 2019
targos pushed a commit that referenced this pull request Jan 13, 2020
Refs: #25988 (comment)

PR-URL: #30761
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
BethGriggs pushed a commit that referenced this pull request Feb 6, 2020
Refs: #25988 (comment)

PR-URL: #30761
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MylesBorins mentioned this pull request Feb 8, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL