mjsax commented on PR #18705: URL: https://github.com/apache/kafka/pull/18705#issuecomment-2614156016
Java 17 ``` FAILED ❌ ClientIdQuotaTest > testThrottledProducerConsumer(String, String).quorum=kraft.groupProtocol=classic FAILED ❌ ClientIdQuotaTest > testThrottledProducerConsumer(String, String).quorum=kraft.groupProtocol=consumer FAILED ❌ SharePartitionManagerTest > testReplicaManagerFetchShouldProceed() FAILED ❌ SharePartitionManagerTest > testDelayedInitializationShouldCompleteFetchRequest() Found 3 flaky test failures: FLAKY ⚠️ KafkaShareConsumerTest > testVerifyFetchAndAcknowledgeSync() FLAKY ⚠️ AbstractCoordinatorTest > testWakeupAfterSyncGroupReceivedExternalCompletion() FLAKY ⚠️ StickyAssignorTest > testLargeAssignmentAndGroupWithUniformSubscription(boolean).hasConsumerRack = false ``` Java 23: ``` Found 1 test failures: FAILED ❌ CooperativeConsumerCoordinatorTest > testOutdatedCoordinatorAssignment() Found 5 flaky test failures: FLAKY ⚠️ AbstractCoordinatorTest > testWakeupAfterSyncGroupReceivedExternalCompletion() FLAKY ⚠️ StickyAssignorTest > testLargeAssignmentAndGroupWithNonEqualSubscription(boolean).hasConsumerRack = false FLAKY ⚠️ DynamicConnectionQuotaTest > "testDynamicConnectionQuota(String).quorum=kraft" FLAKY ⚠️ SharePartitionManagerTest > testReplicaManagerFetchShouldProceed() FLAKY ⚠️ SharePartitionManagerTest > testDelayedInitializationShouldCompleteFetchRequest() ``` -- 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