frankvicky commented on PR #16858: URL: https://github.com/apache/kafka/pull/16858#issuecomment-2304842898
I have run the fail tests in my machine and there are no fail. JDK version is 8, Zulu distribution. ```bash ./gradlew cleanTest :streams:test --tests RestoreIntegrationTest.shouldInvokeUserDefinedGlobalStateRestoreListener :metadata:test --tests QuorumControllerTest.testTimeouts :core:test --tests ConsumerBounceTest.testConsumptionWithBrokerFailures --tests SaslPlaintextConsumerTest.testCoordinatorFailover --tests SslAdminIntegrationTest.testExpireDelegationToken --tests ZkMigrationFailoverTest.testDriverSkipsEventsFromOlderEpoch ``` ``` > Configure project : Starting build with version 4.0.0-SNAPSHOT (commit id 01ecc750) using Gradle 8.8, Java 1.8 and Scala 2.13.14 Build properties: maxParallelForks=11, maxScalacThreads=8, maxTestRetries=0 > Task :raft:processMessages MessageGenerator: processed 1 Kafka message JSON files(s). > Task :transaction-coordinator:processMessages MessageGenerator: processed 2 Kafka message JSON files(s). > Task :storage:processMessages MessageGenerator: processed 5 Kafka message JSON files(s). > Task :metadata:processMessages MessageGenerator: processed 25 Kafka message JSON files(s). > Task :group-coordinator:processMessages MessageGenerator: processed 22 Kafka message JSON files(s). > Task :clients:processMessages MessageGenerator: processed 186 Kafka message JSON files(s). > Task :clients:processTestMessages MessageGenerator: processed 4 Kafka message JSON files(s). > Task :metadata:test Gradle Test Run :metadata:test > Gradle Test Executor 14 > QuorumControllerTest > testTimeouts() PASSED > Task :core:test Gradle Test Run :core:test > Gradle Test Executor 19 > SslAdminIntegrationTest > testExpireDelegationToken(String) > "testExpireDelegationToken(String).quorum=zk" PASSED Gradle Test Run :core:test > Gradle Test Executor 21 > ZkMigrationFailoverTest > testDriverSkipsEventsFromOlderEpoch() PASSED Gradle Test Run :core:test > Gradle Test Executor 19 > SslAdminIntegrationTest > testExpireDelegationToken(String) > "testExpireDelegationToken(String).quorum=kraft" PASSED Gradle Test Run :core:test > Gradle Test Executor 22 > SaslPlaintextConsumerTest > testCoordinatorFailover(String, String) > testCoordinatorFailover(String, String).quorum=zk.groupProtocol=classic PASSED Gradle Test Run :core:test > Gradle Test Executor 20 > ConsumerBounceTest > testConsumptionWithBrokerFailures() PASSED Gradle Test Run :core:test > Gradle Test Executor 22 > SaslPlaintextConsumerTest > testCoordinatorFailover(String, String) > testCoordinatorFailover(String, String).quorum=kraft.groupProtocol=classic PASSED Gradle Test Run :core:test > Gradle Test Executor 22 > SaslPlaintextConsumerTest > testCoordinatorFailover(String, String) > testCoordinatorFailover(String, String).quorum=kraft+kip848.groupProtocol=classic PASSED > Task :streams:test Gradle Test Run :streams:test > Gradle Test Executor 18 > RestoreIntegrationTest > shouldInvokeUserDefinedGlobalStateRestoreListener() PASSED > Task :core:test Gradle Test Run :core:test > Gradle Test Executor 22 > SaslPlaintextConsumerTest > testCoordinatorFailover(String, String) > testCoordinatorFailover(String, String).quorum=kraft+kip848.groupProtocol=consumer PASSED Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 2m 17s 171 actionable tasks: 55 executed, 116 up-to-date ``` -- 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]
