ijuma commented on a change in pull request #9520: URL: https://github.com/apache/kafka/pull/9520#discussion_r539416139
########## File path: clients/src/test/java/org/apache/kafka/clients/NetworkClientTest.java ########## @@ -117,13 +118,12 @@ public void setup() { selector.reset(); } - @Test(expected = IllegalStateException.class) + @Test public void testSendToUnreadyNode() { MetadataRequest.Builder builder = new MetadataRequest.Builder(Collections.singletonList("test"), true); long now = time.milliseconds(); ClientRequest request = client.newClientRequest("5", builder, now, false); - client.send(request, now); - client.poll(1, time.milliseconds()); Review comment: We don't need this anymore? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org