Tibor17 edited a comment on pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-815055226


   The interprocess comunication between Maven process and Surefire process can 
be two:
   1. process pipes (System.in, System.out see in the Surefire JVM)
   2. the TCP connection in Surefire JVM which leaves (1) not used by default 
in 3.0.0
   
   Therefore I recomended to used the `<forkNode 
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>`
 which uses the TCP. There are two classes, `legacy` and `surefire` fork node 
factory. In the future we are aiming for the TCP as default factory, calling it 
`SurefireForkNodeFactory`. The `LegacyForkNodeFactory` uses the process pipes.


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


Reply via email to