d8tltanc commented on pull request #11002: URL: https://github.com/apache/kafka/pull/11002#issuecomment-878621846
Failed tests: Build / JDK 11 and Scala 2.13 / kafka.api.TransactionsTest.testAbortTransactionTimeout() Build / JDK 16 and Scala 2.13 / kafka.api.TransactionsTest.testSendOffsetsToTransactionTimeout() Build / JDK 8 and Scala 2.12 / kafka.api.ConsumerBounceTest.testCloseDuringRebalance() My Local runs: > Task :core:test ... TransactionsTest > testSendOffsetsToTransactionTimeout() PASSED TransactionsTest > testAbortTransactionTimeout() PASSED ... ConsumerBounceTest > testCloseDuringRebalance() FAILED org.opentest4j.AssertionFailedError: Rebalance did not complete in time ==> expected: <true> but was: <false> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:193) at kafka.api.ConsumerBounceTest.waitForRebalance$1(ConsumerBounceTest.scala:400) at kafka.api.ConsumerBounceTest.checkCloseDuringRebalance(ConsumerBounceTest.scala:414) at kafka.api.ConsumerBounceTest.testCloseDuringRebalance(ConsumerBounceTest.scala:381) But testCloseDuringRebalance() seems irrlevant -- 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