Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-3258

Surefire should not trim stack traces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.1.0
    • core, tests
    • None

    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.

      Attachments

        1. OOZIE-3258-001.patch
          0.5 kB
          Peter Bacsko

        Activity

          People

            pbacsko Peter Bacsko
            pbacsko Peter Bacsko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: