]
Dan Berindei updated ISPN-12074:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Test progress messages are split over multiple lines
----------------------------------------------------
Key: ISPN-12074
URL:
https://issues.redhat.com/browse/ISPN-12074
Project: Infinispan
Issue Type: Bug
Components: Build, Test Suite
Affects Versions: 11.0.1.Final
Reporter: Dan Berindei
Priority: Minor
Fix For: 12.0.0.Final, 11.0.2.Final
The {{System.out}} that {{TestSuiteProgress}} captures in its constructor is broken, and
will split the output from a {{printf("a%sb")}} call over 3 lines.
This happens since the upgrade to Maven Surefire 3.0.0-M4, and the issue is present in M5
as well.