chungen0126 commented on code in PR #8401: URL: https://github.com/apache/ozone/pull/8401#discussion_r2077393641
########## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/AbstractRootedOzoneFileSystemTest.java: ########## @@ -2588,4 +2589,27 @@ private void deleteFiles(Path base, List<String> fileNames) throws IOException { } } + @Test + void testIsFileFalseForDir() throws IOException { Review Comment: I don't think we should add the test here. It is not an operation of `FileSystem`. Please move the test to `TestListKeysWithFSO`. -- 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