smengcl commented on a change in pull request #547: HDDS-2928. Implement 
ofs://: listStatus
URL: https://github.com/apache/hadoop-ozone/pull/547#discussion_r382263745
 
 

 ##########
 File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
 ##########
 @@ -492,4 +493,42 @@ private void assertKeyNotFoundException(IOException ex) {
     GenericTestUtils.assertExceptionContains("KEY_NOT_FOUND", ex);
   }
 
+  /**
+   * OFS: Test recursive listStatus on root.
+   */
+  @Test
+  public void testListStatusRootAndVolumeNonRecursive() throws Exception {
+    String volume1 = getRandomNonExistVolumeName();
 
 Review comment:
   done in ab03db64f18a75fdd5fcc0032ae7170e942576bf

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to