Jason Gustafson created KAFKA-7605: -------------------------------------- Summary: Flaky Test `SaslMultiMechanismConsumerTest.testCoordinatorFailover` Key: KAFKA-7605 URL: https://issues.apache.org/jira/browse/KAFKA-7605 Project: Kafka Issue Type: Bug Components: unit tests Reporter: Jason Gustafson Assignee: Jason Gustafson
{code} java.lang.AssertionError: Failed to observe commit callback before timeout at kafka.utils.TestUtils$.fail(TestUtils.scala:351) at kafka.utils.TestUtils$.waitUntilTrue(TestUtils.scala:761) at kafka.utils.TestUtils$.pollUntilTrue(TestUtils.scala:727) at kafka.api.BaseConsumerTest.awaitCommitCallback(BaseConsumerTest.scala:198) at kafka.api.BaseConsumerTest.ensureNoRebalance(BaseConsumerTest.scala:214) at kafka.api.BaseConsumerTest.testCoordinatorFailover(BaseConsumerTest.scala:117) {code} Probably just need to increase the timeout a little. -- This message was sent by Atlassian JIRA (v7.6.3#76005)