showuon commented on pull request #11811: URL: https://github.com/apache/kafka/pull/11811#issuecomment-1057621295
The latest build results look good. The most failed tests also failed in `trunk` build. (ref: https://ci-builds.apache.org/job/Kafka/job/kafka/job/trunk/731/#showFailuresLink). ``` Build / ARM / org.apache.kafka.streams.integration.NamedTopologyIntegrationTest.shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing Build / JDK 17 and Scala 2.13 / integration.kafka.server.FetchRequestBetweenDifferentIbpTest.testControllerNewIBP() Build / JDK 17 and Scala 2.13 / kafka.admin.LeaderElectionCommandTest.[1] Type=Raft, Name=testPreferredReplicaElection, Security=PLAINTEXT Build / JDK 17 and Scala 2.13 / org.apache.kafka.streams.integration.NamedTopologyIntegrationTest.shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing Build / JDK 11 and Scala 2.13 / org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest.testDeleteConnector Build / JDK 11 and Scala 2.13 / org.apache.kafka.streams.integration.NamedTopologyIntegrationTest.shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing Build / JDK 8 and Scala 2.12 / kafka.controller.ControllerIntegrationTest.testPartitionReassignmentToBrokerWithOfflineLogDir() Build / JDK 8 and Scala 2.12 / org.apache.kafka.streams.integration.NamedTopologyIntegrationTest.shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing Build / JDK 17 and Scala 2.13 / kafka.server.DynamicBrokerReconfigurationTest.testThreadPoolResize() Build / JDK 17 and Scala 2.13 / kafka.server.DynamicBrokerReconfigurationTest.testThreadPoolResize() Build / JDK 11 and Scala 2.13 / kafka.server.DynamicBrokerReconfigurationTest.testThreadPoolResize() Build / JDK 11 and Scala 2.13 / kafka.server.DynamicBrokerReconfigurationTest.testThreadPoolResize() ``` The most frequent flaky tests are under investigation and working on the fix: 1. `shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing ` is fixing in this PR: https://github.com/apache/kafka/pull/11827 2. `testThreadPoolResize` is fixing in this PR: https://github.com/apache/kafka/pull/11821 3. `LeaderElectionCommandTest` is fixing in this PR: https://github.com/apache/kafka/pull/11681 The remaining are some flaky tests happened not so frequently. PS. I've noticed the many flaky tests issue, and are working with the community to make it better. At least, the frequent failed tests should be fixed soon! -- 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