You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kamalesh Palanisamy (Jira)" <ji...@apache.org> on 2023/01/13 16:28:00 UTC

[jira] [Commented] (KAFKA-14218) replace temp file handler with JUnit 5 Temporary Directory Support

    [ https://issues.apache.org/jira/browse/KAFKA-14218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676682#comment-17676682 ] 

Kamalesh Palanisamy commented on KAFKA-14218:
---------------------------------------------

[~divijvaidya] [~showuon] is this issue still open and in scope for current version? I can look into it.

> replace temp file handler with JUnit 5 Temporary Directory Support
> ------------------------------------------------------------------
>
>                 Key: KAFKA-14218
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14218
>             Project: Kafka
>          Issue Type: Improvement
>          Components: unit tests
>            Reporter: Luke Chen
>            Priority: Major
>              Labels: Newbie, newbie
>
> We created many temp files in tests, and sometimes we forgot to delete them after usage. Instead of polluting @AfterEach for each test, we should consider to use JUnit 5 TempDirectory Extension.
>  
> REF: 1. [https://github.com/apache/kafka/pull/12591#issuecomment-1243001431]
> 2. [https://www.baeldung.com/junit-5-temporary-directory]
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)