XN137 opened a new issue, #3309: URL: https://github.com/apache/maven-surefire/issues/3309
### Affected version 3.5.5 ### Bug description > The plugin uses process pipes by default which will be turned to TCP/IP in the version 3.0.0. https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#forkNode but the default is still process pipes. see also https://maven.apache.org/surefire/maven-surefire-plugin/examples/process-communication.html#the-tcp-ip-communication-channel additionally wondering: is there a specific reason why the default was not switched i.e. are there known problems with the TCP/IP implementation? in a brief search i only found https://github.com/apache/maven-surefire/issues/3047 as an open issue. is it generally supported and recommended to use the TCP/IP variant? thanks! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
