You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/05/30 00:08:25 UTC

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #299: Added integration test for surefire-1629

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


   It is a little complicated.
   So, the latest commit in master is able to print the message `Error occurred during initialization of boot layer`.
   
   Normally the plugin is using the process pipes however you wont see these problems with tcp/ip channel used by the forked process.
   The only issue why this channel is not enabled by default is the reason that we introduced it in current version and the master branch and we want to prevent from using it by 100% of users. It's better to let it used by little percentage and fix some issues however we do not expect any. We will enable the tcp/ip channel in the last milestone version. This is how you can enable the tcp/ip:
   
   ```
   <configuration>
     <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
   </configuration>
   ```


----------------------------------------------------------------
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:
users@infra.apache.org