You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2015/04/03 14:20:52 UTC

[jira] [Created] (HADOOP-11800) Clean up some test methods in TestCodec.java

Akira AJISAKA created HADOOP-11800:
--------------------------------------

             Summary: 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


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)