[ https://issues.apache.org/jira/browse/SUREFIRE-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tibor Digana updated SUREFIRE-1579: ----------------------------------- Description: This issue was found in internal integration test {{Surefire1535TestNGParallelSuitesIT#forks2}}. Forked Suite XMLs should print messages {{test1}} and {{test2}} in parallel. One can see the messages are mixed in the output stream. {noformat} testest 2 t 1 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 s - in TestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.31 s - in TestSuite {noformat} was: This issue was found in internal integration test {{Surefire1535TestNGParallelSuitesIT#forks2}}. Forked Suite XMLs should print messages {{test1}} and {{test2}} in parallel. One can see the messages are mixed the the output stream. {noformat} testest 2 t 1 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 s - in TestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.31 s - in TestSuite {noformat} > Forks mixed up characters in standard output > -------------------------------------------- > > Key: SUREFIRE-1579 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1579 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Failsafe Plugin, Maven Surefire Plugin, process > forking > Reporter: Tibor Digana > Assignee: Tibor Digana > Priority: Major > Fix For: 2.22.1 > > > This issue was found in internal integration test > {{Surefire1535TestNGParallelSuitesIT#forks2}}. > Forked Suite XMLs should print messages {{test1}} and {{test2}} in parallel. > One can see the messages are mixed in the output stream. > {noformat} > testest 2 > t 1 > [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 > s - in TestSuite > [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.31 s > - in TestSuite > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)