kriegaex commented on PR #133:
URL: https://github.com/apache/xalan-java/pull/133#issuecomment-1837387527

   > BTW: Within the isolated class, the tests could still run in parallel, 
depending on JUnit configuration, i.e. asserting on log output via a single 
redirected log stream would still be a problem.
   
   Correcting myself: I just tried, and it looks as if JUnit, despite the 
documentation only talking about a _class_ being run in isolation, also 
parallel test method execution within that class seems to be deactivated in 
that case. I am quite surprised. I.e., each single method (also iterations 
within the parametrised ones). In that case, the annotation would really 
effectively enable us to redirect stdErr. I still hate it, but it works. See 
#137.


-- 
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: dev-unsubscr...@xalan.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to