reinhapa commented on a change in pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#discussion_r604654736
##########
File path:
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
##########
@@ -656,6 +652,10 @@ private RunResult fork( Object testSet, PropertiesWrapper
providerProperties, Fo
errConsumer, countdownCloseable );
err.start();
+ log.debug( "Waiting for fork [" + forkNumber + "] process to
connect..." );
Review comment:
Well, I do not know why those builds pass... but in case my case it
definitely fixes the locking forked process when having an output on the forked
process when adding the `-verbose:classes` JVM argument...
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]