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, as it's not an operation of
FileSystem. Could you 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: [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]