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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options for running tests in parallel #8

Open
1 of 2 tasks
mjambon opened this issue Jan 14, 2024 · 1 comment
Open
1 of 2 tasks

Add options for running tests in parallel #8

mjambon opened this issue Jan 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mjambon
Copy link
Member

mjambon commented Jan 14, 2024

We want two kinds of options:

  • an option to partition the test suite across multiple hosts e.g. --part 2/4
  • an option to run the tests in parallel locally from a single command e.g. -j 4

We also want a solution that works for everyone i.e. it should work on Windows (using Unix.create_process, not Unix.fork).

@mjambon
Copy link
Member Author

mjambon commented Jun 23, 2024

The first subtask was implemented by #84 (--slice option).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant