Re: running systemtests in isolated java processes

2024-03-01 Thread Johan Vos
On Fri, Mar 1, 2024 at 4:04 PM Kevin Rushforth wrote: > Hi Johan, > > FOr the systemTests project, the gradle test runner does run each test > class in its own VM, as a result of the "forkEvery = 1" setting. As > noted, gradle launches tests using a gradle test runner class as the > main method,

Re: running systemtests in isolated java processes

2024-03-01 Thread Kevin Rushforth
Hi Johan, FOr the systemTests project, the gradle test runner does run each test class in its own VM, as a result of the "forkEvery = 1" setting. As noted, gradle launches tests using a gradle test runner class as the main method, but there is still a 1 VM to 1 test class relationship. We ha