[ 
https://issues.apache.org/jira/browse/HADOOP-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931310#action_12931310
 ] 

Todd Lipcon commented on HADOOP-7014:
-------------------------------------

Quick couple notes:
- adds an import org.apache.hadoop.cli.util.* - are we allowed to use wildcard 
imports? I thought they were discouraged, maybe it's OK in test code
- It seems confusing that in some places it's TestCmd and some places it's 
CmdTest - eg CLITestCmd implements CmdTest. Why not name the interface TestCmd 
too?

> Generalize CLITest structure and interfaces to faciliate upstream adoption 
> (e.g. for web testing)
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7014
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7014
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>         Attachments: HADOOP-7014.patch
>
>
> There's at least one use case where TestCLI infrastructure is helpful for 
> testing projects outside of core Hadoop (e.g. Owl web testing). In order to 
> make this acceptance easier for upstream project TestCLI needs to be 
> refactored.

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

Reply via email to