peterxcli commented on code in PR #7740: URL: https://github.com/apache/ozone/pull/7740#discussion_r1929485369
########## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java: ########## @@ -2839,6 +2839,46 @@ public void testListKey() assertFalse(volABucketBIter.hasNext()); } + @Test + public void testListKeyDirectoriesAreNotFiles() + throws IOException { Review Comment: Is it possible to use `ParameterizedTest` in testListKey to include the **NotFile** cases you added here? -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org