You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/05/02 23:46:07 UTC

[jira] [Commented] (HADOOP-10582) TestFsShellCopy doesn't a test case which we expect

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

Hadoop QA commented on HADOOP-10582:
------------------------------------

(!) The patch artifact directory has been removed! 
This is a fatal error for test-patch.sh.  Aborting. 
Jenkins (node H3) information at https://builds.apache.org/job/PreCommit-HADOOP-Build/6429/ may provide some hints.

> TestFsShellCopy doesn't a test case which we expect
> ---------------------------------------------------
>
>                 Key: HADOOP-10582
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10582
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 3.0.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Minor
>         Attachments: HADOOP-10582.patch
>
>
> In TestFsShellCopy#prepTest, there is a following code.
> {code}
> final Path dstPath = new Path("path");
> final Path childPath = new Path(dstPath, "childPath");
> ...
> // copy to non-existent subdir
> prepPut(childPath, false, false);
> checkPut(1, srcPath, dstPath, useWindowsPath);
> {code}
> The code expect to test the case when we put a file to non-exsistent directory. But the code delete childPath and then copy to its parent directory (dstPath).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)