bade7n commented on issue #3233:
URL:
https://github.com/apache/maven-surefire/issues/3233#issuecomment-3667403455
I pass the fork value as an argLine parameter to each separate JVM using
`-Dsurefire.forkNumber=${surefire.forkNumber}`.
In the test code, I read this value via
`System.getProperty("surefire.forkNumber")` and print it to the test output.
In practice, there may be up to four JVMs running in parallel (for example,
-T2 * 4 = 8).
--
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]