[
https://issues.apache.org/jira/browse/HADOOP-11800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395855#comment-14395855
]
Hudson commented on HADOOP-11800:
---------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #154 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/154/])
HADOOP-11800. Clean up some test methods in TestCodec.java. Contributed by
Brahma Reddy Battula. (aajisaka: rev 228ae9aaa40750cb796bbdfd69ba5646c28cd4e7)
*
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* hadoop-common-project/hadoop-common/CHANGES.txt
> Clean up some test methods in TestCodec.java
> --------------------------------------------
>
> Key: HADOOP-11800
> URL: https://issues.apache.org/jira/browse/HADOOP-11800
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Reporter: Akira AJISAKA
> Assignee: Brahma Reddy Battula
> Labels: newbie
> Fix For: 2.8.0
>
> Attachments: HADOOP-11800.patch
>
>
> Found two issues when reviewing the patches in HADOOP-11627.
> 1. There is no {{@Test}} annotation, so the test is not executed.
> {code}
> public void testCodecPoolAndGzipDecompressor() {
> {code}
> 2. The method should be private because it is called from other tests.
> {code}
> public void testGzipCodecWrite(boolean useNative) throws IOException {
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)