[
https://issues.apache.org/jira/browse/MAPREDUCE-4654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455084#comment-13455084
]
Marcelo Vanzin commented on MAPREDUCE-4654:
-------------------------------------------
Well, it depends on what you call "all the end-to-end stuff".
TestIntegration tests different combinations of input paths (files,
directories, globs) and makes sure they map correctly to the target. But it
doesn't test things like "-delete" and "-overwrite". Those are tested
elsewhere, but those tests are more localized (i.e. they test the classes where
those behaviors are implemented, instead of starting a full DistCp job
including command line parsing).
The only test that really seems to be missing is TestDistCp.testCleanup(),
although that would probably be trivial to add in TestCopyCommitter.
> TestDistCp is @ignored
> ----------------------
>
> Key: MAPREDUCE-4654
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4654
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: test
> Affects Versions: 2.0.2-alpha
> Reporter: Colin Patrick McCabe
> Priority: Critical
>
> We should fix TestDistCp so that it actually runs, rather than being ignored.
> {code}
> @ignore
> public class TestDistCp {
> private static final Log LOG = LogFactory.getLog(TestDistCp.class);
> private static List<Path> pathList = new ArrayList<Path>();
> ...
> {code}
--
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