chia7712 commented on PR #16786: URL: https://github.com/apache/kafka/pull/16786#issuecomment-2286853475
the failed tests are traced by https://issues.apache.org/jira/browse/KAFKA-15071 https://issues.apache.org/jira/browse/KAFKA-17265 https://issues.apache.org/jira/browse/KAFKA-10725 https://issues.apache.org/jira/browse/KAFKA-16634 https://issues.apache.org/jira/browse/KAFKA-16024 https://issues.apache.org/jira/browse/KAFKA-17334 I run the following command to test the failed tests on my local. ``` ./gradlew cleanTest :streams:test --tests StoreQueryIntegrationTest.shouldQuerySpecificStalePartitionStoresMultiStreamThreads :tools:test --tests LeaderElectionCommandTest.testPreferredReplicaElection --tests TopicCommandIntegrationTest.testDescribeAtMinIsrPartitions :metadata:test --tests QuorumControllerTest.testBootstrapZkMigrationRecord --tests QuorumControllerTest.testFenceMultipleBrokers :core:test --tests SaslMultiMechanismConsumerTest.testCoordinatorFailover --tests SaslPlainPlaintextConsumerTest.testCoordinatorFailover --tests ZkMigrationFailoverTest.testDriverSkipsEventsFromOlderEpoch --tests SslConsumerTest.testCoordinatorFailover :clients:test --tests MemoryRecordsBuilderTest.testBuffersDereferencedOnClose ``` all pass. will merge this PR -- 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]
