AndrewJSchofield commented on code in PR #19603: URL: https://github.com/apache/kafka/pull/19603#discussion_r2070296330
########## clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/ShareConsumerTest.java: ########## @@ -2058,7 +2058,8 @@ public void testComplexShareConsumer() throws Exception { // all messages which can be read are read, some would be redelivered TestUtils.waitForCondition(complexCons1::isDone, 45_000L, () -> "did not close!"); - assertTrue(prodState.count().get() < complexCons1.recordsRead()); + assertTrue(prodState.count().get() <= complexCons1.recordsRead(), Review Comment: This assertion failed in your build :( -- 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