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/21 06:11:06 UTC

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #308: [SUREFIRE-1827] The console output is not flushed

Tibor17 commented on a change in pull request #308:
URL: https://github.com/apache/maven-surefire/pull/308#discussion_r457858940



##########
File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/LegacyMasterProcessChannelProcessorFactory.java
##########
@@ -36,8 +36,10 @@
  * @since 3.0.0-M5
  */
 public class LegacyMasterProcessChannelProcessorFactory
-    implements MasterProcessChannelProcessorFactory
+    extends AbstractMasterProcessChannelProcessorFactory
 {
+    private static final int FLUSH_PERIOD_MILLIS = 100;

Review comment:
       But it does not make sense. It is not a business feature and it is hidden for the user. The only purpose is that it just works, prints the console, nothing special.




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