Skip to content

Option to make test tasks run in isolation #39

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

Closed
jjohannes opened this issue Jan 12, 2024 · 0 comments
Closed

Option to make test tasks run in isolation #39

jjohannes opened this issue Jan 12, 2024 · 0 comments
Labels
a:enhancement New feature or request

Comments

@jjohannes
Copy link
Member

If you use the configuration cache, Gradle runs more tasks in parallel as before. In testing however, you may need certain test tasks to run in isolation from other test tasks (because they require exclusive access to most of the machine resources). This can be solved by using a build service with maxParallelUsages = 1.

This plugin could offer an option to configure this for a test suite.

@jjohannes jjohannes added the a:enhancement New feature or request label Jan 15, 2024
jjohannes added a commit that referenced this issue Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant