divijvaidya opened a new pull request, #12591:
URL: https://github.com/apache/kafka/pull/12591

   **Why**
   Current set of integration tests leak files in the `/tmp` directory which 
makes it cumbersome if you don't restart the machine often.
   
   **Fix**
   Replace the usage of `File.createTempFile` with existing 
`TestUtils.tempFile` method across the test files. `TestUtils.tempFile` 
automatically performs a clean up of the temp files generated in `/tmp/` folder.
   
   **Testing**
   `./gradlew integrationTest` and `./gradlew unitTest` is successful locally.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to