Chia-Ping Tsai created KAFKA-17497: -------------------------------------- Summary: Add e2e for zk migration with old controller Key: KAFKA-17497 URL: https://issues.apache.org/jira/browse/KAFKA-17497 Project: Kafka Issue Type: Test Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
This is follow-up of KAFKA-17011 that zk migration will encounter min=0 issue when the cluster consists of "new" broker and "old" controller. The e2e `zookeeper_migration_test` [0] is a good test for online migration, but it does not test hybrid version. Hence, we can leverage it to increase test coverage. [0] https://github.com/apache/kafka/blob/trunk/tests/kafkatest/tests/core/zookeeper_migration_test.py#L91 -- This message was sent by Atlassian Jira (v8.20.10#820010)