kamalcph commented on code in PR #14283: URL: https://github.com/apache/kafka/pull/14283#discussion_r1303913325
########## core/src/test/scala/unit/kafka/log/remote/RemoteIndexCacheTest.scala: ########## @@ -91,7 +91,11 @@ class RemoteIndexCacheTest { Utils.closeQuietly(cache, "RemoteIndexCache created for unit test") // best effort to delete the per-test resource. Even if we don't delete, it is ok because the parent directory // will be deleted at the end of test. - Utils.delete(logDir) Review Comment: since `logDir` is a tempDir, it will be removed on exit. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org