Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When running tests (mvn test) with "reuseForks=true", the STDOUT gets corrupted.
You will see a message like this:
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file […]
This problem goes away when "reuseForks=false". This problem has been fixed in surefire versions 2.22.2 and 3.0.0-M3 as documented here: https://issues.apache.org/jira/browse/SUREFIRE-1614