You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2019/11/15 04:54:35 UTC

[hadoop] branch branch-2.10 updated: HADOOP-15097. AbstractContractDeleteTest::testDeleteNonEmptyDirRecursive with misleading path. Contributed by Xieming Li.

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 9c5c2b0  HADOOP-15097. AbstractContractDeleteTest::testDeleteNonEmptyDirRecursive with misleading path. Contributed by Xieming Li.
9c5c2b0 is described below

commit 9c5c2b018a0b83ad3c76f91d887e35c2beea0d90
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Fri Nov 15 13:49:57 2019 +0900

    HADOOP-15097. AbstractContractDeleteTest::testDeleteNonEmptyDirRecursive with misleading path. Contributed by Xieming Li.
    
    (cherry picked from commit 92c28c100ee1aa414948cd510321ad13cb8639bc)
    (cherry picked from commit 81060b341371a79ec0c240c66e252e2af88b4301)
---
 .../java/org/apache/hadoop/fs/contract/AbstractContractDeleteTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractDeleteTest.java b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractDeleteTest.java
index 6809fb3..328c8e1 100644
--- a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractDeleteTest.java
+++ b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractDeleteTest.java
@@ -86,7 +86,7 @@ public abstract class AbstractContractDeleteTest extends
 
   @Test
   public void testDeleteNonEmptyDirRecursive() throws Throwable {
-    Path path = path("testDeleteNonEmptyDirNonRecursive");
+    Path path = path("testDeleteNonEmptyDirRecursive");
     mkdirs(path);
     Path file = new Path(path, "childfile");
     ContractTestUtils.writeTextFile(getFileSystem(), file, "goodbye, world",


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org