[ 
https://issues.apache.org/jira/browse/HDFS-15620?focusedWorklogId=498639&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-498639
 ]

ASF GitHub Bot logged work on HDFS-15620:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Oct/20 16:16
            Start Date: 09/Oct/20 16:16
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on a change in pull request 
#2375:
URL: https://github.com/apache/hadoop/pull/2375#discussion_r502537425



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/fs/contract/router/web/TestRouterWebHDFSContractRootDirectory.java
##########
@@ -71,4 +71,9 @@ public void testRmRootRecursive() {
   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.

Review comment:
       prefer an `Assume.assumeTrue(unsupported, false)` so it goes into the 
skipped stats. But, given the rest of the tests are the same, not much of an 
issue.
   
   

##########
File path: hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml
##########
@@ -114,6 +114,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd";>
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>

Review comment:
       assertj is already exported in test scope for hadoop-common. I'd have 
expected it to be picked up.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 498639)
    Time Spent: 50m  (was: 40m)

> RBF: Fix test failures after HADOOP-17281
> -----------------------------------------
>
>                 Key: HDFS-15620
>                 URL: https://issues.apache.org/jira/browse/HDFS-15620
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Akira Ajisaka
>            Assignee: Akira Ajisaka
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> HADOOP-17281 added FileSystem.listStatusIterator API and added its contract 
> test cases. In RBF, the following tests are affected and they are now failing:
> * hadoop.fs.contract.router.TestRouterHDFSContractGetFileStatus
> * hadoop.fs.contract.router.TestRouterHDFSContractRootDirectory
> * hadoop.fs.contract.router.TestRouterHDFSContractGetFileStatusSecure
> * hadoop.fs.contract.router.web.TestRouterWebHDFSContractRootDirectory
> * hadoop.fs.contract.router.TestRouterHDFSContractRootDirectorySecure



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

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

Reply via email to