C0urante commented on PR #12666: URL: https://github.com/apache/kafka/pull/12666#issuecomment-1256672973
@showuon I've added some tests for the custom extension that should demonstrate its effectiveness. I should note that I also experimented with an approach that leveraged JUnit 5's [test class ordering API](https://junit.org/junit5/docs/5.8.0/api/org.junit.jupiter.api/org/junit/jupiter/api/TestClassOrder.html) to create a test that runs after all others have completed and checks for leaked threads that have tried to terminate the JVM. Unfortunately, I couldn't find a way to make this work with parallel testing, since the test would only be run on a single executor, and would often finish before other tests on other executors. -- 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]
