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

   # Description
   Changed `MetadataRequestTest` to use `ClusterTest`
   
   # Changes
   Added `ClusterInstance#createTopicWithAssignment` to align with 
`KafkaServerTestHarness#createTopicWithAssignment`
   
   Helper functions inherited from base classes were rewritten in 
`AbstractMetadataRequestTest`
   
   # Issue
   `testIsrAfterBrokerShutDownAndJoinsBack` fails because of thread leak: 
   ```
   org.opentest4j.AssertionFailedError: Thread leak detected: JMX server 
connection timeout 28 ==> 
   Expected :true
   Actual   :false
   ```
   
   `testAliveBrokersWithNoTopics` would also fail if the last `checkMetadata` 
is removed.


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