-
-
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
Add mechanism for launcher to detect engine capabilities #90
Comments
Another potential capability: Parallelization |
Hello |
It's critical options for migrate our peroject from junit 4.12 to Jupiter |
Jupiter will soon support parallel execution: see #60 and the related feature branch https://github.com/junit-team/junit5/tree/experiments/parallel-execution |
Ok. Thanks. I will be wait. =) |
Haven’t checked the implementation but I wonder if that could/should be a platform feature?
… Am 04.04.2018 um 15:12 schrieb Christian Stein ***@***.***>:
Jupiter will soon support parallel execution: see #60 and the related feature branch https://github.com/junit-team/junit5/tree/experiments/parallel-execution
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@jlink I'm working on #60 with @leonard84 since Spock also wants to add support for parallel execution. Engines that extend |
@marcphilipp do you know when your parallel changes will get released? |
@aaronq The plan is to polish them and publish them as experimental in 5.3 M1... so 1-2 months. |
Bump/touch. Especially the "warning part" is crucial when debugging a "No tests found" error message after a test run that should have found tests. For example: engines are present, select source test sources, filters are okay, ... but no engine supports the selected selectors. |
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution. |
This feature would have helped with spockframework/spock#1288 |
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution. |
I'd say it is still relevant |
Use cases:
Potential capabilities to announce:
This feature needs both:
The text was updated successfully, but these errors were encountered: