Skip to content

Conversation

BethGriggs
Copy link
Member

While looking at this test I noticed that the final cmd calls console.('${unicode}'). To me, it wasn't clear if this was intentional or if it should be console.error('${unicode}').

https://github.com/nodejs/node/blob/master/test/parallel/test-child-process-exec-maxBuffer.js#L39

If it was intentional I am happy for this to be closed and/or I can add a comment to the test.

/cc @Trott as author of the test case

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

test

Adds the missing console.error to test-child-process-exec-maxBuffer
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Aug 12, 2017
@vsemozhetbyt vsemozhetbyt added the child_process Issues and PRs related to the child_process subsystem. label Aug 12, 2017
@vsemozhetbyt
Copy link
Contributor

vsemozhetbyt commented Aug 12, 2017

CI: https://ci.nodejs.org/job/node-test-pull-request/9634/

EDIT(gibfahn): CI was green except for an ARM flake.

Copy link
Member

@gibfahn gibfahn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I'd appreciate confirmation from @Trott

@gibfahn gibfahn requested a review from Trott August 12, 2017 23:17
@Trott
Copy link
Member

Trott commented Aug 13, 2017

Sure looks like an error on my part. Thanks for catching it and fixing it.

@gibfahn gibfahn force-pushed the fix-child-process-exec-maxbuff branch from 86af084 to bc43409 Compare August 13, 2017 17:05
@tniessen
Copy link
Member

Landed in 4f1eddf, thank you! 🎉

@tniessen tniessen closed this Aug 16, 2017
tniessen pushed a commit that referenced this pull request Aug 16, 2017
Adds the missing console.error to test-child-process-exec-maxBuffer

PR-URL: #14796
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: David Cai <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Alexey Orlenko <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
MSLaguana pushed a commit to nodejs/node-chakracore that referenced this pull request Aug 21, 2017
Adds the missing console.error to test-child-process-exec-maxBuffer

PR-URL: nodejs/node#14796
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: David Cai <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Alexey Orlenko <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
MylesBorins pushed a commit that referenced this pull request Sep 10, 2017
Adds the missing console.error to test-child-process-exec-maxBuffer

PR-URL: #14796
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: David Cai <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Alexey Orlenko <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Sep 10, 2017
MylesBorins pushed a commit that referenced this pull request Sep 20, 2017
Adds the missing console.error to test-child-process-exec-maxBuffer

PR-URL: #14796
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: David Cai <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Alexey Orlenko <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Sep 20, 2017
@BethGriggs BethGriggs deleted the fix-child-process-exec-maxbuff branch February 21, 2018 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
child_process Issues and PRs related to the child_process subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.