Lianet Magrans created KAFKA-17395:
--------------------------------------
Summary: Flaky test testMissingOffsetNoResetPolicy for new consumer
Key: KAFKA-17395
URL: https://issues.apache.org/jira/browse/KAFKA-17395
Project: Kafka
Issue Type: Bug
Components: clients, consumer
Reporter: Lianet Magrans
KafkaConsumerTest.testMissingOffsetNoResetPolicy is flaky when running for the
new consumer (passing consistently for the classic consumer).
Fails with :
org.opentest4j.AssertionFailedError: Condition not met within timeout 15000.
Consumer was not able to update fetch positions on continuous calls with 0
timeout ==> expected: <true> but was: <false>
It's been flaky since it was enabled for the new consumer with
[https://github.com/apache/kafka/pull/16587]
See last couple of month runs on trunk showing the flakiness:
[https://ge.apache.org/scans/tests?search.names=Git%20branch&search.rootProjectNames=kafka&search.startTimeMax=1724299199999&search.startTimeMin=1717214400000&search.timeZoneId=America%2FToronto&search.values=trunk&tests.container=org.apache.kafka.clients.consumer.KafkaConsumerTest&tests.test=testMissingOffsetNoResetPolicy(GroupProtocol)%5B2%5D]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)