[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455782#comment-13455782
 ] 

Jason Lowe commented on MAPREDUCE-4644:
---------------------------------------

Actually I'm thinking of cases where the test jars themselves cause the 
problems, see HDFS-3831.  There are a lot of things in these tests jars besides 
the items that are invoked by ToolRunner, and not all test jars even use 
ToolRunner.  If desired we could separate these into "tests that are really 
tools" which would go into tools/ and shouldn't rely on junit or other test 
framework stuff and "tests that are really unit tests" that go into something 
like tests/.  That would make running the "tests that are tools" a bit easier 
since we hopefully don't need a separate classpath beyond TOOL_PATH, but the 
junit test cases are completely out of the way.
                
> mapreduce-client-jobclient-tests do not run from dist tarball
> -------------------------------------------------------------
>
>                 Key: MAPREDUCE-4644
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4644
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 2.0.2-alpha
>            Reporter: Jason Lowe
>            Priority: Blocker
>
> The mapreduce jobclient tests rely on junit which is missing from the dist 
> tarball.  This prevents running often-used tests like sleep jobs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to