Tibor17 commented on a change in pull request #300: URL: https://github.com/apache/maven-surefire/pull/300#discussion_r436266939
########## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/SurefireForkChannel.java ########## @@ -113,6 +124,25 @@ public void connectToClient() throws IOException } } + private void authenticate() throws InterruptedException, ExecutionException, IOException + { + ByteBuffer hash = ByteBuffer.allocate( UUID_STRING_LENGTH ); Review comment: I was trying to be consistent, so that the connection string has string in the properties file and the code as well. What approach is better? ---------------------------------------------------------------- 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: us...@infra.apache.org