divijvaidya commented on code in PR #14283:
URL: https://github.com/apache/kafka/pull/14283#discussion_r1304038849


##########
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:
   Thank you for catching this. Dumb of me to assume that Utils.delete won't 
throw an error!



-- 
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

Reply via email to