AndrewJSchofield commented on code in PR #22187:
URL: https://github.com/apache/kafka/pull/22187#discussion_r3197475102


##########
clients/src/test/java/org/apache/kafka/clients/NetworkClientTest.java:
##########
@@ -297,6 +297,41 @@ defaultRequestTimeoutMs, connectionSetupTimeoutMsTest, 
connectionSetupTimeoutMax
         assertEquals(3, rebootstrapCount.get());
     }
 
+    @Test
+    public void testMetadataClusterCheckFailureCausesRebootstrap() {

Review Comment:
   Thanks for the test suggestions. This is an unfamiliar area of the code so 
the pointers are appreciated. I'll add more tests in this PR shortly.



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