ijuma commented on a change in pull request #9874:
URL: https://github.com/apache/kafka/pull/9874#discussion_r556643086



##########
File path: 
clients/src/test/java/org/apache/kafka/common/network/SslSelectorTest.java
##########
@@ -274,7 +274,7 @@ public void testRenegotiationFails() throws Exception {
             selector.poll(10);
             disconnected.addAll(selector.disconnected().keySet());
         }
-        assertTrue("Renegotiation should cause disconnection", 
disconnected.contains(node));
+        assertTrue(disconnected.contains(node), "Renegotiation should cause 
disconnection");
 
     }
 

Review comment:
       Good catch, seems like we haven't been running this test for a while. 
Luckily it still passes. :)




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


Reply via email to