Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

allow concurrent tests across packages #4065

Open
MicaiahReid opened this issue Dec 19, 2022 · 1 comment · May be fixed by #4068
Open

allow concurrent tests across packages #4065

MicaiahReid opened this issue Dec 19, 2022 · 1 comment · May be fixed by #4068

Comments

@MicaiahReid
Copy link
Contributor

Currently npm t runs lerna exec --concurrency 1 -- npm run test, in which Lerna only runs tests for one package at a time. If our tests are updated so that there will be no conflicting ports used across the tests, we should be able to increase that concurrency flag to increase our CI test times.

@davidmurdoch
Copy link
Member

also have to think about concurrent file access and forking's persistent cache.

@MicaiahReid MicaiahReid linked a pull request Dec 20, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Inbox
Development

Successfully merging a pull request may close this issue.

2 participants