Tibor17 commented on pull request #354:
URL: https://github.com/apache/maven-surefire/pull/354#issuecomment-872754788


   @kriegaex 
   I know what you mean by the word `garbled` log? It is the message `Corrupted 
channel by directly writing to native stream in forked JVM 1.`. It would appear 
even after the tests would start and that's important for the users and the 
developers of projects like SLF4J, Log4J and Arquillian.  From the architecture 
point of view it is not wanted for `AbstractStreamDecoder` for make any excuse 
about logging. The decoder of low level layer and the `ForkClient` is higher 
level which knows when the tests started and when the log message does not need 
to be printed. It is unwanted for `ForkClient` to tell the decoder down to low 
level that something should be compromised.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to