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:19:06 UTC

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

Tibor17 commented on a change in pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#discussion_r604652429



##########
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:
       You cannot move this part, you cannot read data unless you are connected to the client. If you expect any error message, then it has to come from the `accept()` method and the `get()` method.




-- 
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