olamy commented on issue #3233: URL: https://github.com/apache/maven-surefire/issues/3233#issuecomment-3667292900
Are `server-tests` and `token-tests` separate Maven modules? If yes in this case, each module is runned by Maven in parallel in the same jvm (because of -T2) BUT each surefire run for each each Maven module will start his own JVM and it's not reused by other Maven modules (so this can explain the same `fork-1`). You need to check if it's the same JVM (not sure what is your `fork-1` coming from? Maybe check the `pid`?) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
