test: try to fix test-cli-node-options#14195
Conversation
|
/cc @nodejs/platform-arm @nodejs/testing @sam-github |
|
Anecdotal number from my local Windows machine: After PR ~4.72s |
There was a problem hiding this comment.
If all we're doing with -e is console.log() perhaps consider using -p instead?
|
-p 5.17s, 5.16s, 5.11s (faster by 5% with p = 2.3E-05) |
31efaf7 to
e87ba7e
Compare
|
https://ci.nodejs.org/job/node-test-binary-arm/9184/RUN_SUBSET=2,label=pi1-raspbian-wheezy/console https://ci.nodejs.org/job/node-test-binary-arm/9184/RUN_SUBSET=3,label=pi1-raspbian-wheezy/console |
irrelevant@nodejs/testing |
|
Needs a rebase |
e87ba7e to
b6bb016
Compare
|
This is mainly to avoid timing out, currently on ok 31 parallel/test-cli-node-options
---
duration_ms: 40.833
...(https://ci.nodejs.org/job/node-test-binary-arm/RUN_SUBSET=1,label=pi1-raspbian-wheezy/9971) split files take: /cc @nodejs/testing |
* 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
* 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]>
* partitioning the subprocess groups * use `-e` instead of module * reduce maxBuffer PR-URL: #14195 Fixes: #14191 Reviewed-By: Rich Trott <[email protected]>
* partitioning the subprocess groups * use `-e` instead of module * reduce maxBuffer PR-URL: #14195 Fixes: #14191 Reviewed-By: Rich Trott <[email protected]>
* partitioning the subprocess groups * use `-e` instead of module * reduce maxBuffer PR-URL: #14195 Fixes: #14191 Reviewed-By: Rich Trott <[email protected]>
|
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 |
-einstead of moduleFixes: #14191
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test,process,cli