Re: Parallel test execution

2023-09-18 Thread Matt Sicker
This sounds like a great improvement! As for the single JVM idea, perhaps if we add tags to tests that require a clean JVM, then we’d be able to run some subset of tests faster. > On Sep 18, 2023, at 3:42 AM, Piotr P. Karwasz wrote: > > Hi all, > > I plan to merge PR #1785[1] soon, which shou

Parallel test execution

2023-09-18 Thread Piotr P. Karwasz
Hi all, I plan to merge PR #1785[1] soon, which should decrease by 50% the time we spend waiting for the CI to succeed. This PR switches the default Surefire mode to running 1C tests in parallel each in its own JVM (where C is the number of cores available). The order of execution is deterministic