soarez commented on PR #17004: URL: https://github.com/apache/kafka/pull/17004#issuecomment-2325977138
@mumrah having a look at the [test report](https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-17004/13/testReport/kafka.zk/ZkMigrationIntegrationTest/), it seems that all attempts at running this test are being skipped. <img width="1242" alt="image" src="https://github.com/user-attachments/assets/e5800579-86d3-43b5-8e1c-b69cb0b921c9"> If any of the replicas is offline during the deletion, the topic [is kept](https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/controller/TopicDeletionManager.scala#L313) under `zkClient.getTopicDeletions`. Would that be useful to ensure the test can always be performed? -- 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]
