[ https://issues.apache.org/jira/browse/KAFKA-16791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai updated KAFKA-16791: ----------------------------------- Description: -`ClusterTestExtensions` should implement `BeforeAllCallback` and `AfterAllCallback` by `TestUtils.verifyNoUnexpectedThreads`- We can leverage `BeforeEachCallback`/`AfterEachCallback` to implement new AfterEachCallback instead of `verifyNoUnexpectedThreads`. Notice the new thread detection should avoid cascading failure - the thread leak should make specific test case (rather than all subsequent test cases) fail was: -`ClusterTestExtensions` should implement `BeforeAllCallback` and `AfterAllCallback` by `TestUtils.verifyNoUnexpectedThreads`- We can leverage `BeforeEachCallback`/`AfterEachCallback` to implement new AfterEachCallback instead of `verifyNoUnexpectedThreads`. Notice the new thread detection should avoid cascading failure. > Add thread detection to > RaftClusterInvocationContext/ZkClusterInvocationContext > ------------------------------------------------------------------------------- > > Key: KAFKA-16791 > URL: https://issues.apache.org/jira/browse/KAFKA-16791 > Project: Kafka > Issue Type: Improvement > Reporter: Chia-Ping Tsai > Assignee: bboyleonp > Priority: Minor > > -`ClusterTestExtensions` should implement `BeforeAllCallback` and > `AfterAllCallback` by `TestUtils.verifyNoUnexpectedThreads`- > We can leverage `BeforeEachCallback`/`AfterEachCallback` to implement new > AfterEachCallback instead of `verifyNoUnexpectedThreads`. Notice the new > thread detection should avoid cascading failure - the thread leak should make > specific test case (rather than all subsequent test cases) fail -- This message was sent by Atlassian Jira (v8.20.10#820010)