You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2009/12/04 00:38:20 UTC

[jira] Created: (HADOOP-6410) Rename TestCLI class to prevent JUnit from trying to run this class as a test

Rename TestCLI class to prevent JUnit from trying to run this class as a test
-----------------------------------------------------------------------------

                 Key: HADOOP-6410
                 URL: https://issues.apache.org/jira/browse/HADOOP-6410
             Project: Hadoop Common
          Issue Type: Improvement
          Components: test
    Affects Versions: 0.21.0, 0.22.0
            Reporter: Konstantin Boudnik


TestCLI is a helper class which implements some common functionality for CLI based test (e.g {{TestDHFSCLI}}.
It doesn't include any tests by itself. However, JUnit tries to run it as a test because it has Test prefix in its name.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-6410) Rename TestCLI class to prevent JUnit from trying to run this class as a test

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik resolved HADOOP-6410.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.22.0
     Hadoop Flags: [Reviewed]

This modification has been committed as a part of HADOOP-6222.

> Rename TestCLI class to prevent JUnit from trying to run this class as a test
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-6410
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6410
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>
> TestCLI is a helper class which implements some common functionality for CLI based test (e.g {{TestDHFSCLI}}.
> It doesn't include any tests by itself. However, JUnit tries to run it as a test because it has Test prefix in its name.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.