Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.8.0
-
None
-
jenkins
Description
Jenkins failing on TestCompressorDecompressor.
The exception is being caught and converted to a fail so there is no stack trace of any value
testCompressorDecompressor error !!!java.lang.NullPointerException Stacktrace java.lang.AssertionError: testCompressorDecompressor error !!!java.lang.NullPointerException at org.junit.Assert.fail(Assert.java:88) at org.apache.hadoop.io.compress.TestCompressorDecompressor.testCompressorDecompressor(TestCompressorDecompressor.java:69)
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-12700 Remove unused import in TestCompressorDecompressor.java
- Resolved
- is depended upon by
-
HADOOP-12610 Tests lose stack traces on failures
- Reopened