You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/07/12 21:52:55 UTC

[GitHub] [kafka] d8tltanc commented on pull request #11002: KAFKA-13026: Idempotent producer (KAFKA-10619) follow-up testings

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-unsubscribe@kafka.apache.org

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