You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/03/31 07:22:56 UTC

[GitHub] [maven-surefire] reinhapa commented on a change in pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

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:
users@infra.apache.org