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/07/08 12:32:59 UTC

[GitHub] [maven-surefire] rmannibucau commented on a change in pull request #305: enable to flush regularly output of the forked process

rmannibucau commented on a change in pull request #305:
URL: https://github.com/apache/maven-surefire/pull/305#discussion_r451508567



##########
File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
##########
@@ -808,6 +808,18 @@
     @Parameter
     private Map<String, String> jdkToolchain;
 
+    /**
+     * How often output is forced to be flushed.
+     * Useful when there is no output for N ms but some data are buffered.
+     * It will trigger a flush each configured interval to ensure
+     * data don't stay blocked in a buffer.
+     * Setting it to 0 disable that feature.
+     *
+     * @since 3.0.0-M6
+     */
+    @Parameter( defaultValue = "0" )

Review comment:
       Hope is that it gets removed in 3.0.0 and does not change default behavior so used 0 (disable) as default.




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