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 a test executor not based on ForkJoinPool #3320

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shans96
Copy link

@shans96 shans96 commented May 22, 2023

Overview

Adding a new executor based on #3108. This new executor will be opt-in via configuration, use a ForkJoinPool to schedule tests, and won't use instances of ForkJoinPool to execute the tests (most likely, a separate ThreadPool will be used). By making use of this executor, developers that are testing code which makes use of a ForkJoinPool won't experience issues with multiple tests being started without prior tests being finished.


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant