ptlrs commented on code in PR #7740: URL: https://github.com/apache/ozone/pull/7740#discussion_r1928200956
########## 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 Review Comment: Could not add this test to `testListKey` due to checkstyle limit of 150 lines per method. Created a new test instead. ########## 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 Review Comment: Could not add this test to `testListKey` due to checkstyle limit of 150 lines per method. Created a new test instead. ########## 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: Could not add this test to `testListKey` due to checkstyle limit of 150 lines per method. Created a new test instead. -- 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