I ran the test alone which passed. Can you include -i on the command line to see if there is some clue from the output ?
Here is my environment: Java version: 1.8.0_151, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac" FYI On Mon, Jun 25, 2018 at 12:59 PM, Ahmed A <ahmeda5...@gmail.com> wrote: > 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. >