[
https://issues.apache.org/jira/browse/HADOOP-6409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785594#action_12785594
]
Todd Lipcon commented on HADOOP-6409:
-------------------------------------
Right, the TestCLI in Common has no tests, so one would expect that nothing
would run. It's the TestHDFSCLI in HDFS that actually runs tests - it just
inherits cross-project to this one.
Now that I look closer, the original hudson link was to the common TestCLI,
which again has nothing in it.
The reason we started looking at this was the regression from HADOOP-6375 which
broke TestHDFSCLI but Hudson didn't pick it up. This is because that was a
common patch and not an HDFS patch, and thus the tests against du weren't
*supposed* to run.
Really the central issue here is that a common feature (FsShell) is being
tested from HDFS. We should resolve this one as wontfix and open another JIRA
to put the tests that cover FsShell in common and make TestHDFSCLI only test
HDFS-specific stuff.
> TestHDFSCLI has to check if it's running any testcases at all
> -------------------------------------------------------------
>
> Key: HADOOP-6409
> URL: https://issues.apache.org/jira/browse/HADOOP-6409
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 0.21.0, 0.22.0
> Reporter: Konstantin Boudnik
> Assignee: Todd Lipcon
> Priority: Blocker
> Attachments: hadoop-6409.txt, hadoop-6409.txt
>
>
> There's a number of occasions when TestHDFSCLI reports a successful execution
> however doesn't run any tests at all.
> For a typical case please take a [look
> here|http://hudson.zones.apache.org/hudson/view/Hadoop/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/162/testReport/org.apache.hadoop.cli/TestCLI/testAll/]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.