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 st...@apache.org on 2020/10/12 09:45:35 UTC

[hadoop] branch branch-3.3 updated: Revert "HDFS-15620. RBF: Fix test failures after HADOOP-17281 (#2375)"

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

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


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 7cf5bde  Revert "HDFS-15620. RBF: Fix test failures after HADOOP-17281 (#2375)"
7cf5bde is described below

commit 7cf5bdeec0da2f5999c8c48b769ca807895d657c
Author: Steve Loughran <st...@cloudera.com>
AuthorDate: Mon Oct 12 10:45:18 2020 +0100

    Revert "HDFS-15620. RBF: Fix test failures after HADOOP-17281 (#2375)"
    
    This reverts commit 263b7d5dfced0e3d594458c664f14df64589bbc8.
---
 hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml                          | 5 -----
 .../contract/router/web/TestRouterWebHDFSContractRootDirectory.java  | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
index bc38a38..b797d48 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
@@ -114,11 +114,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.assertj</groupId>
-      <artifactId>assertj-core</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>
diff --git a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/fs/contract/router/web/TestRouterWebHDFSContractRootDirectory.java b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/fs/contract/router/web/TestRouterWebHDFSContractRootDirectory.java
index b1e4a05..dd2bbff 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/fs/contract/router/web/TestRouterWebHDFSContractRootDirectory.java
+++ b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/fs/contract/router/web/TestRouterWebHDFSContractRootDirectory.java
@@ -71,9 +71,4 @@ public class TestRouterWebHDFSContractRootDirectory extends
   public void testRmEmptyRootDirRecursive() {
     // It doesn't apply because we still have the mount points here
   }
-
-  @Override
-  public void testSimpleRootListing() {
-    // It doesn't apply because DFSRouter dosn't support LISTSTATUS_BATCH.
-  }
 }


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