Skip to content

Conversation

@bzoz
Copy link
Contributor

@bzozbzoz commented Jan 31, 2018

If getTTYfd() returns 0, and stdin is not writable (like on Windows), trying to create WriteStream will fail. This commit fixes that by skipping fd 0.

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

test

If getTTYfd returns 0, and stdin is not writable (like on Windows), trying to create WriteStream will fail. This commit fixes that by skipping fd 0.
@bzozbzoz requested a review from BridgeARJanuary 31, 2018 15:50
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jan 31, 2018
@bzoz
Copy link
ContributorAuthor

bzoz commented Jan 31, 2018

@BridgeARBridgeAR added fast-track PRs that do not need to wait for 48 hours to land. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Jan 31, 2018
@BridgeAR
Copy link
Member

Landed in ef28619

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Feb 1, 2018
If getTTYfd returns 0, and stdin is not writable (like on Windows), trying to create WriteStream will fail. This commit fixes that by skipping fd 0. PR-URL: nodejs#18478 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
@BridgeARBridgeAR closed this Feb 1, 2018
@addaleaxaddaleax removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 4, 2018
@MylesBorins
Copy link
Contributor

test that this modifies does not exist on v9.x, setting as don't land

@bzoz
Copy link
ContributorAuthor

bzoz commented Mar 28, 2018

@MylesBorins the affected test was back ported in #19230, so this PR should be also backported now

targos pushed a commit that referenced this pull request Mar 30, 2018
If getTTYfd returns 0, and stdin is not writable (like on Windows), trying to create WriteStream will fail. This commit fixes that by skipping fd 0. PR-URL: #18478 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
@targostargos mentioned this pull request Apr 4, 2018
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
If getTTYfd returns 0, and stdin is not writable (like on Windows), trying to create WriteStream will fail. This commit fixes that by skipping fd 0. PR-URL: nodejs#18478 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Aug 7, 2018
4 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fast-trackPRs that do not need to wait for 48 hours to land.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@bzoz@BridgeAR@MylesBorins@jasnell@cjihrig@addaleax@nodejs-github-bot