smjn commented on PR #18718: URL: https://github.com/apache/kafka/pull/18718#issuecomment-2620889237
> Also, after 21 iterations,`testComplexShareConsumer` failed: > > ```groovy-gradle > org.opentest4j.AssertionFailedError: Condition not met within timeout 30000. did not close! ==> expected: <true> but was: <false> > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) > at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) > at app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) > at app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) > at app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214) > at app//org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:410) > at app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:458) > at app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:407) > at app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:391) > at app//kafka.test.api.ShareConsumerTest.testComplexShareConsumer(ShareConsumerTest.java:2021) > ``` > > I'm not surprised that it's hard to get concurrent tests to be reliable. Appears it was a timeout issue. After increasing - ran for 100 consecutive iterations. -- 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