badaiaqrandista commented on a change in pull request #8644: URL: https://github.com/apache/kafka/pull/8644#discussion_r434209688
########## File path: clients/src/test/java/org/apache/kafka/clients/ClientUtilsTest.java ########## @@ -102,7 +102,7 @@ public void testResolveUnknownHostException() throws UnknownHostException { @Test public void testResolveDnsLookup() throws UnknownHostException { - assertEquals(1, ClientUtils.resolve("localhost", ClientDnsLookup.DEFAULT).size()); + assertEquals(1, ClientUtils.resolve("kafka.apache.org", ClientDnsLookup.DEFAULT).size()); Review comment: Added. ---------------------------------------------------------------- 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