test: try to fix test-cli-node-options#14195
Merged
refack merged 1 commit intonodejs:masterfrom Sep 4, 2017
Merged
Conversation
Contributor
Author
Contributor
Author
|
/cc @nodejs/platform-arm @nodejs/testing @sam-github |
Contributor
Author
|
Anecdotal number from my local Windows machine: After PR ~4.72s |
richardlau
reviewed
Jul 12, 2017
Member
There was a problem hiding this comment.
If all we're doing with -e is console.log() perhaps consider using -p instead?
Contributor
Author
|
-p 5.17s, 5.16s, 5.11s (faster by 5% with p = 2.3E-05) |
31efaf7 to
e87ba7e
Compare
Contributor
Author
|
Contributor
Author
irrelevant@nodejs/testing |
Member
|
Needs a rebase |
e87ba7e to
b6bb016
Compare
Contributor
Author
|
This is mainly to avoid timing out, currently on ok 31 parallel/test-cli-node-options
---
duration_ms: 40.833
...split files take: /cc @nodejs/testing |
Contributor
Author
* partitioning the subprocess groups * use `-e` instead of module * reduce maxBuffer PR-URL: nodejs#14195 Fixes: nodejs#14191 Reviewed-By: Rich Trott <[email protected]>
b6bb016 to
86e7c61
Compare
addaleax
pushed a commit
to addaleax/ayo
that referenced
this pull request
Sep 5, 2017
* partitioning the subprocess groups * use `-e` instead of module * reduce maxBuffer PR-URL: nodejs/node#14195 Fixes: nodejs/node#14191 Reviewed-By: Rich Trott <[email protected]>
MylesBorins
pushed a commit
that referenced
this pull request
Sep 10, 2017
* partitioning the subprocess groups * use `-e` instead of module * reduce maxBuffer PR-URL: #14195 Fixes: #14191 Reviewed-By: Rich Trott <[email protected]>
Merged
MylesBorins
pushed a commit
that referenced
this pull request
Sep 11, 2017
* partitioning the subprocess groups * use `-e` instead of module * reduce maxBuffer PR-URL: #14195 Fixes: #14191 Reviewed-By: Rich Trott <[email protected]>
MylesBorins
pushed a commit
that referenced
this pull request
Sep 12, 2017
* partitioning the subprocess groups * use `-e` instead of module * reduce maxBuffer PR-URL: #14195 Fixes: #14191 Reviewed-By: Rich Trott <[email protected]>
Contributor
|
This does not land cleanly in LTS. Please feel free to manually backport by following the guide. Please also feel free to replace do-not-land if it is being backported |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-einstead of moduleFixes: #14191
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test,process,cli