mimaison commented on code in PR #12010:
URL: https://github.com/apache/kafka/pull/12010#discussion_r867002955


##########
clients/src/test/java/org/apache/kafka/clients/CommonClientConfigsTest.java:
##########
@@ -82,4 +102,21 @@ public void testExponentialBackoffDefaults() {
         assertEquals(Long.valueOf(123L),
                 
reconnectBackoffSetConf.getLong(CommonClientConfigs.RECONNECT_BACKOFF_MAX_MS_CONFIG));
     }
+
+    @Test
+    public void testInvalidSaslMechanism() {

Review Comment:
   This is testing `SaslConfigs.SASL_MECHANISM`, so would it be better to move 
this test in `SaslConfigsTest`



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to