-
Notifications
You must be signed in to change notification settings - Fork 566
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
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 #3047 as an open issue.
is it generally supported and recommended to use the TCP/IP variant?
thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working