-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Implement Parallel Method Execution in JUnit-Vintage engine #4238
Comments
I plan to add a property to the JUnit-Vintage engine, similar to the two property values in the JUnit-Jupiter engine, to select whether only classes should be run in parallel or only methods should be run in parallel.
plan to implement it similar to JUnit4's I will complete the implementation by tomorrow and create a PR. |
I think we should have two independent configuration parameters: one for classes and one for methods.
|
Thank you for the suggestion 👍🏻 I’ll implement the two configuration parameters as you suggested :D |
Issue: junit-team#4238
Issue: junit-team#4238
Issue: junit-team#4238
Issue: junit-team#4238
Issue: junit-team#4238
Issue: junit-team#4238
Description
JUnit 4 allows running methods in parallel by setting a
RunnerScheduler
for ParentRunner subclasses.This issue aim to implement this feature to improve test execution performance.
Objectives
Deliverables
This issue is a follow-up task to the issue below.
The text was updated successfully, but these errors were encountered: