mjsax commented on PR #18587: URL: https://github.com/apache/kafka/pull/18587#issuecomment-2599412545
> BTW, I saw several other branches that are recently failing with similar test failures, including one of mine 🤷♂️ Thanks. There is already a ticket for `ClientIdQuotaTest`, and it did actually pass locally for me. So I think we can ignore this one. -- Just wanted to make sure for the other test, that's it's flakiness. I think we will need to merge this PR w/o a green build, if we want to get it into 4.0... Java 17: ``` Found 5 test failures: FAILED ❌ DeleteSegmentsByRetentionTimeTest > executeTieredStorageTest(String, String).quorum=kraft.groupProtocol=consumer FAILED ❌ ClientIdQuotaTest > testThrottledProducerConsumer(String, String).quorum=kraft.groupProtocol=classic FAILED ❌ ClientIdQuotaTest > testThrottledProducerConsumer(String, String).quorum=kraft.groupProtocol=consumer FAILED ❌ ClientIdQuotaTest > testQuotaOverrideDelete(String, String).quorum=kraft.groupProtocol=classic FAILED ❌ UserClientIdQuotaTest > testQuotaOverrideDelete(String, String).quorum=kraft.groupProtocol=consumer Found 2 flaky test failures: FLAKY ⚠️ DynamicConnectionQuotaTest > "testDynamicConnectionQuota(String).quorum=kraft" FLAKY ⚠️ AbstractCoordinatorTest > testWakeupAfterSyncGroupSentExternalCompletion() ``` Java 23: ``` Found 3 test failures: FAILED ❌ ClientIdQuotaTest > testThrottledProducerConsumer(String, String).quorum=kraft.groupProtocol=classic FAILED ❌ ClientIdQuotaTest > testThrottledProducerConsumer(String, String).quorum=kraft.groupProtocol=consumer FAILED ❌ ClientIdQuotaTest > testQuotaOverrideDelete(String, String).quorum=kraft.groupProtocol=classic Found 2 flaky test failures: FLAKY ⚠️ AbstractCoordinatorTest > testWakeupAfterSyncGroupReceivedExternalCompletion() FLAKY ⚠️ EagerConsumerCoordinatorTest > testOutdatedCoordinatorAssignment() ``` -- 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