Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.19
-
None
Description
If, when scanClassPath() runs, a class is loaded and that loading process produces a log (via log4j in our case), the logging framework creates its console appender around the current stdout stream, before the stream is replaced to start the redirection of stdout and stderr to a file (when redirectTestOutputToFile is used). The consequences are that stdout gets flooded with logs (i.e. redirectTestOutputToFile doesn't work).
Scanning the classpath after the capture is started, fixed the issue.
I believe that other providers have the same issue.