FrankYang0529 commented on code in PR #16854:
URL: https://github.com/apache/kafka/pull/16854#discussion_r1713005936


##########
clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java:
##########
@@ -8192,6 +8193,9 @@ public void testListClientMetricsResourcesNotSupported() {
     @Test
     public void 
testCallFailWithUnsupportedVersionExceptionDoesNotHaveConcurrentModificationException()
 throws InterruptedException {
         try (AdminClientUnitTestEnv env = new 
AdminClientUnitTestEnv(mockCluster(1, 0))) {
+            // mock AdminMetadataManager for KafkaAdminClient, so closing the 
default one

Review Comment:
   Yes, updated it. Thanks for the review.



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