AndrewJSchofield commented on PR #18718: URL: https://github.com/apache/kafka/pull/18718#issuecomment-2619212726
Also, after 21 iterations,`testComplexShareConsumer` failed: ```Gradle Test Run :core:test > Gradle Test Executor 27 > ShareConsumerTest > testComplexShareConsumer() > testComplexShareConsumer [1] Type=Raft-Isolated, MetadataVersion=4.0-IV3,BrokerSecurityProtocol=PLAINTEXT,BrokerListenerName=ListenerName(EXTERNAL),ControllerSecurityProtocol=PLAINTEXT,ControllerListenerName=ListenerName(CONTROLLER) FAILED 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. -- 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