You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Roman Rohoziansky (Jira)" <ji...@apache.org> on 2021/03/30 13:38:00 UTC

[jira] [Created] (SUREFIRE-1906) The console output logs are dumped all at once only after executing the test instead of printing in the real-time

Roman Rohoziansky created SUREFIRE-1906:
-------------------------------------------

             Summary: The console output logs are dumped all at once only after executing the test instead of printing in the real-time
                 Key: SUREFIRE-1906
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1906
             Project: Maven Surefire
          Issue Type: Bug
    Affects Versions: 3.0.0-M5
            Reporter: Roman Rohoziansky
         Attachments: Pom_file.txt

The Junit test logs appear altogether in the console only after the test finish.

It is reproduced on the maven-surefire-plugin => 3.0.0-M5

On the 3.0.0-M4 it is worked fine

.......

[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ Discovery ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running allSettings.LicensingTests

 

And other test logs appears altogether after the test finish

 

All project settings look at attached pom file



--
This message was sent by Atlassian Jira
(v8.3.4#803005)