[
https://issues.apache.org/jira/browse/OOZIE-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Bacsko updated OOZIE-3258:
--------------------------------
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:
{noformat}
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
{noformat}
We have to see the full trace in order to address problems efficiently.
was:
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:
{noformat}
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
{noformat}
We have to see the full trace in order to address problems effectively.
> Surefire should not trim stack traces
> -------------------------------------
>
> Key: OOZIE-3258
> URL: https://issues.apache.org/jira/browse/OOZIE-3258
> Project: Oozie
> Issue Type: Bug
> Components: core, tests
> Reporter: Peter Bacsko
> Assignee: Peter Bacsko
> Priority: Major
>
> 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:
> {noformat}
> 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
> {noformat}
> We have to see the full trace in order to address problems efficiently.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)