Tibor17 edited a comment on issue #261: SUREFIRE-1744 - enable system-out for 
successful tests as well
URL: https://github.com/apache/maven-surefire/pull/261#issuecomment-573854809
 
 
   @klevis 
   Hi, I know it is related to Ubuntu. I have noticed the same in the 
pullrequest #240 , see my last 7 commits where I have investigated this issue. 
The problem is also with the docker and it seems that the lenght of a value in 
env var `CLASSPATH` or any other is limited to cca 1K. The reason why the tests 
do not fail with the old version `3.0.0-M3` is the number of libraries in 
classpath. We introduced some bug in `M4` where Sisu container and another 
Maven artifacts appear in surefire provider classpath too. This is bad and this 
prolonged the the value in the env var. So I see this has to be fixed in prior 
to all other work and still use M3 for `maven-surefire-plugin` in our POMs. 
Some debugging has to be done and a fix. This broke our progress but it has to 
be fixed because the same may happen to our users too.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to