divijvaidya commented on PR #14299:
URL: https://github.com/apache/kafka/pull/14299#issuecomment-1695437219

   Perhaps also try adding `verifyNoUnexpectedThreads` at the start and end of 
test which use:
   ```
   @ExtendWith(value = ClusterTestExtensions.class)
   ```
   
   If those tests are the culprit, they would fail immediately hinting that 
they are leaking tests. I would suggest to start with FeatureCommandUnitTest, 
DeleteRecordsCommandTest and MetadataQuorumCommandTest.


-- 
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