[
https://issues.apache.org/jira/browse/HADOOP-15097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974801#comment-16974801
]
Hudson commented on HADOOP-15097:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17643 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/17643/])
HADOOP-15097. AbstractContractDeleteTest::testDeleteNonEmptyDirRecursive
(aajisaka: rev 92c28c100ee1aa414948cd510321ad13cb8639bc)
* (edit)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractDeleteTest.java
> 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
> Assignee: Xieming Li
> Priority: Minor
> Labels: newbie
> Fix For: 3.3.0, 3.1.4, 3.2.2, 2.10.1, 2.11.0
>
> Attachments: HADOOP-15097.001.patch
>
>
> @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: [email protected]
For additional commands, e-mail: [email protected]