Skip to content

test: run ESM tests in parallel - #21919

Closed
targos wants to merge 1 commit into
nodejs:masterfrom
targos:esm-parallel
Closed

test: run ESM tests in parallel#21919
targos wants to merge 1 commit into
nodejs:masterfrom
targos:esm-parallel

Conversation

@targos

Copy link
Copy Markdown
Member

This reduces make jstest runs by 4-5 seconds on my machine (12 cores)

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

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@targostargos added the test Issues and PRs related to the tests. label Jul 21, 2018
@Trott

Copy link
Copy Markdown
Member

Stress test to make sure none of these are likely to be unreliable when run in parallel: https://ci.nodejs.org/job/node-stress-single-test/1968/nodes=osx1010/console

@Trott

Copy link
Copy Markdown
Member

These tests occasionally get hung up in the stress test, suggesting that they might end up being flaky/unreliable, although they also might not. I'm unable to reproduce locally.

Not objecting to this landing, but wouldn't discourage anyone from investigating further if they were so inclined.

@maclover7

Copy link
Copy Markdown
Contributor

@targos

Copy link
Copy Markdown
MemberAuthor

Landed in 34fb560

@targostargos closed this Aug 4, 2018
@targos
targos deleted the esm-parallel branch August 4, 2018 16:20
targos added a commit that referenced this pull request Aug 4, 2018
PR-URL: #21919
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos added a commit that referenced this pull request Aug 4, 2018
PR-URL: #21919
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@rvaggrvagg mentioned this pull request Aug 13, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@targos@nodejs-github-bot@Trott@maclover7@cjihrig@devsnek@trivikr