Description
The current setting of surefire trims stack traces if it reaches JUnit. This makes debugging harder, because it's not obvious what code path is affected:
java.io.EOFException: End of File Exception between local host is: "asf918.gq1.ygridcore.net/67.195.81.138"; destination host is: "localhost":35969; : java.io.EOFException; For more details see: http://wiki.apache.org/hadoop/EOFException at org.apache.oozie.util.TestZKUtilsWithSecurity.setUp(TestZKUtilsWithSecurity.java:36) Caused by: java.io.EOFException
We have to see the full trace in order to address problems efficiently.