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:
[email protected]


Reply via email to