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

Steve Loughran commented on HADOOP-15097:
-----------------------------------------

still open this, isn't it? we should fix

> AbstractContractDeleteTest::testDeleteNonEmptyDirRecursive with misleading 
> path
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-15097
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15097
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs, test
>    Affects Versions: 3.0.0-beta1
>            Reporter: zhoutai.zt
>            Priority: Minor
>
>   @Test
>   public void testDeleteNonEmptyDirRecursive() throws Throwable {
>     Path path = path("{color:red}testDeleteNonEmptyDirNonRecursive{color}");
>     mkdirs(path);
>     Path file = new Path(path, "childfile");
>     ContractTestUtils.writeTextFile(getFileSystem(), file, "goodbye, world",
>                                     true);
>     assertDeleted(path, true);
>     assertPathDoesNotExist("not deleted", file);
>   }
> change testDeleteNonEmptyDirNonRecursive to testDeleteNonEmptyDirRecursive



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to