mjsax commented on PR #18721: URL: https://github.com/apache/kafka/pull/18721#issuecomment-2623213556
Java 17: ``` Found 1 test failures: FAILED ❌ KafkaAdminClientTest > testAdminClientApisAuthenticationFailure() Found 3 flaky test failures: FLAKY ⚠️ EagerConsumerCoordinatorTest > testOutdatedCoordinatorAssignment() FLAKY ⚠️ DefaultStateUpdaterTest > shouldRestoreActiveStatefulTaskThenUpdateStandbyTaskAndAgainRestoreActiveStatefulTask() FLAKY ⚠️ DeleteSegmentsByRetentionTimeTest > executeTieredStorageTest(String, String).quorum=kraft.groupProtocol=consumer ``` Java 23: ``` Found 1 test failures: FAILED ❌ KafkaAdminClientTest > testAdminClientApisAuthenticationFailure() Found 4 flaky test failures: FLAKY ⚠️ TransactionsTest > "testBumpTransactionalEpochWithTV2Disabled(String, String, boolean).quorum=kraft, groupProtocol=classic, isTV2Enabled=false" FLAKY ⚠️ TransactionsTest > "testBumpTransactionalEpochWithTV2Disabled(String, String, boolean).quorum=kraft, groupProtocol=consumer, isTV2Enabled=false" FLAKY ⚠️ PlaintextAdminIntegrationTest > testConsumerGroups(String, String).quorum=kraft.groupProtocol=consumer FLAKY ⚠️ PlaintextAdminIntegrationTest > testConsumerGroups(String, String).quorum=kraft.groupProtocol=classic ``` Fix for `KakfaAdminClientTest` is already on the way: https://github.com/apache/kafka/pull/18735 -- 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