slfan1989 commented on code in PR #6317:
URL: https://github.com/apache/hadoop/pull/6317#discussion_r1412718229


##########
hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouterTrash.java:
##########
@@ -276,7 +276,7 @@ public void testMultipleMountPoint() throws IOException,
 
     // Client user see global trash view, wo should see all three mount point.
     FileStatus[] fileStatuses = fs.listStatus(new 
Path("/user/test-trash/.Trash/Current/"));
-    assertEquals(3, fileStatuses.length);
+    assertEquals(2, fileStatuses.length);

Review Comment:
   I modified the description and let's wait for other partners' suggestions. 
My personal suggestion is that we'd better solve the problem with smaller 
changes. (#5039)



##########
hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouterTrash.java:
##########
@@ -276,7 +276,7 @@ public void testMultipleMountPoint() throws IOException,
 
     // Client user see global trash view, wo should see all three mount point.
     FileStatus[] fileStatuses = fs.listStatus(new 
Path("/user/test-trash/.Trash/Current/"));
-    assertEquals(3, fileStatuses.length);
+    assertEquals(2, fileStatuses.length);

Review Comment:
   I modified the description and let's wait for other partners' suggestions. 
My personal suggestion is that we'd better solve the issue with smaller 
changes. (#5039)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to