Junit 5 concurrent tests (parallel) #3194
hmottestad
started this conversation in
Ideas
Replies: 1 comment
-
This is now on develop! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Junit5 has an experimental feature for running tests in parallel.
https://junit.org/junit5/docs/current/user-guide/#writing-tests-parallel-execution
Would be a good idea to try it out to see how it works.
ShaclTest
is a good place to start. There are thousands of test cases that can trivially run in parallel. The error logging when a test fails produces some weird results when run in parallel, but as long as everything passes it's ok. We can work on making the error logging thread safe (it's using a static variable at the moment).Beta Was this translation helpful? Give feedback.
All reactions