-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
Rejected
Under some circumstances, log traces written to the standard out interfere with surefire. This is a bug in surefire fixed in 3.0.0.M7. When that happens, the log traces are dumped into a single file generated by Surefire, and with our current build, this file gets around 16Gb.
We have seen this case when running the Elytron unite test suite. Due to the size of the generated file, the CI gets affected and we cannot properly run the testsuite.
As a workaround to handle the Jobs correctly in Brontes, we are going to use a File base handler instead of a Console based, which will prevent surefire from generating these large files.