Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Feature: Option to run async tests in parallel on a single process #4537

Closed
kuba-orlik opened this issue Dec 20, 2020 · 2 comments
Closed
Labels
status: wontfix typically a feature which won't be added, or a "bug" which is actually intended behavior type: feature enhancement proposal

Comments

@kuba-orlik
Copy link

Is your feature request related to a problem or a nice-to-have?? Please describe.

Running tests in parallel with mocha adds the overhead of using and spawning separate workers, which makes it slower than it has to be in test suites based on a lot of I/O and async behavior.

Describe the solution you'd like
Option to run all the tests at once in a single worker. Think of a Promise.all for all the its

Describe alternatives you've considered
Not sure how to achieve that effect in any other way

@kuba-orlik kuba-orlik added the type: feature enhancement proposal label Dec 20, 2020
@nopeless
Copy link

#4588 I made an issue similar to this but with detailed plans @kuba-orlik

@JoshuaKGoldberg
Copy link
Member

Same as #4588 (comment), alas.

@JoshuaKGoldberg JoshuaKGoldberg closed this as not planned Won't fix, can't repro, duplicate, stale Dec 28, 2023
@JoshuaKGoldberg JoshuaKGoldberg added the status: wontfix typically a feature which won't be added, or a "bug" which is actually intended behavior label Dec 28, 2023
@JoshuaKGoldberg JoshuaKGoldberg changed the title Option to run async tests in pararell on a single process 馃殌 Feature: Option to run async tests in pararell on a single process Dec 28, 2023
@JoshuaKGoldberg JoshuaKGoldberg changed the title 馃殌 Feature: Option to run async tests in pararell on a single process 馃殌 Feature: Option to run async tests in parallel on a single process Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: wontfix typically a feature which won't be added, or a "bug" which is actually intended behavior type: feature enhancement proposal
Projects
None yet
Development

No branches or pull requests

3 participants