Hello, I did a fresh clone of the kafka src code, and the following SASL unit tests have been failing consistently: - testMechanismPluggability - testMechanismPluggability - testMultipleServerMechanisms
All three tests have similar stack trace: at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.kafka.common.network.NetworkTestUtils.waitForChannelReady(NetworkTestUtils.java:79) at org.apache.kafka.common.network.NetworkTestUtils.checkClientConnection(NetworkTestUtils.java:52) I also noticed, the three tests are using digest-md5. Has anyone else run into a similar issue or have any ideas for the failure? Thank you, Ahmed.