Specifically, the "if" I described above happens to me when I am debugging integration tests. If you set a breakpoint and then hit the "stop" button, it doesn't get a chance to run the normal "after" cleanup.
Depending on whether the test uses a randomized state directory or not, this will either give you dirty state for the next run, or it'll just consume more and more disk space in `/tmp` until you run out. I have had both happen to me in the last few months. I do think we should use the same pattern for all the integration tests. [ Full content available at: https://github.com/apache/kafka/pull/5567 ] This message was relayed via gitbox.apache.org for [email protected]
