geertbrit commented on PR #3374: URL: https://github.com/apache/iggy/pull/3374#issuecomment-4599730493
@hubico Thanks for flagging. I investigated and this is a pre-existing flaky test: t also fails on master. The test (expiry_respects_consumer_offset) uses a simple Consumer, not a ConsumerGroup, so it's unrelated to the rebalancing changes in this PR. The root cause is a race condition: the test sends 300 messages one-at-a-time with a 2s expiry and 100ms cleaner interval, so early messages expire before the send loop completes. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
