You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/06/15 16:52:14 UTC

[GitHub] [kafka] ijuma commented on a diff in pull request #12233: MINOR: Clean up tmp files created by tests

ijuma commented on code in PR #12233:
URL: https://github.com/apache/kafka/pull/12233#discussion_r898209292


##########
metadata/src/test/java/org/apache/kafka/controller/BootstrapMetadataTest.java:
##########
@@ -31,9 +35,21 @@
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
 public class BootstrapMetadataTest {
+    private Path tmpDir;

Review Comment:
   Not sure we gain much by using `Path` since all our utility methods work with `File`.



-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org