Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Out integration test Surefire1177TestngParallelSuitesIT fails.
On Ubuntu/Linux it looks like the messages are mix up when the tests run in parallel.
The root cause is a method which is not synchronized.
TestSetRunListener#writeTestOutput( byte[] buf, int off, int len, boolean stdout )