bachmanity1 commented on PR #18828: URL: https://github.com/apache/kafka/pull/18828#issuecomment-2662899012
Test failures seem not be related. All failed tests are marked as flaky. Java 23 ``` Found 7 flaky test failures: FLAKY ⚠️ RequestQuotaTest > initializationError FLAKY ⚠️ ReplicationQuotasTest > initializationError FLAKY ⚠️ TransactionsWithTieredStoreTest > "testBumpTransactionalEpochWithTV2Disabled(String, String, boolean).quorum=kraft, groupProtocol=consumer, isTV2Enabled=false" FLAKY ⚠️ StickyAssignorTest > testAssignmentAndGroupWithNonEqualSubscriptionNotTimeout(boolean).hasConsumerRack = false FLAKY ⚠️ KafkaShareConsumerTest > testVerifyFetchAndCloseImplicit() FLAKY ⚠️ SaslAuthenticatorTest > testValidSaslPlainOverSsl() FLAKY ⚠️ ListConsumerGroupTest > testListWithUnrecognizedNewConsumerOption [1] Type=Raft-Combined, kraftGroupCoordinator,MetadataVersion=4.0-IV3,BrokerSecurityProtocol=PLAINTEXT,BrokerListenerName=ListenerName(EXTERNAL),ControllerSecurityProtocol=PLAINTEXT,ControllerListenerName=ListenerName(CONTROLLER) ``` Java 17 ``` Found 4 flaky test failures: FLAKY ⚠️ RequestQuotaTest > initializationError FLAKY ⚠️ ReplicationQuotasTest > initializationError FLAKY ⚠️ EagerConsumerCoordinatorTest > testOutdatedCoordinatorAssignment() FLAKY ⚠️ CooperativeConsumerCoordinatorTest > 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
