Tibor17 edited a comment on pull request #354:
URL: https://github.com/apache/maven-surefire/pull/354#issuecomment-872572568


   @kriegaex 
   @reinhapa
   See the last commit. I had this change in #343 and missed in this PR. The 
process pipes with std/out and std/err must be ready to read before 
`bindEventHandler()`. The method `bindEventHandler()` or `bindCommandReader()` 
wait for TCP Accept. Moving `bindErrorStream()` back after `bindEventHandler()` 
would cause hanging the process pipes since they are `blocking piped streams` 
by nature.


-- 
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