dongnuo123 commented on code in PR #17503: URL: https://github.com/apache/kafka/pull/17503#discussion_r1799998701
########## tests/kafkatest/tests/kafka_test.py: ########## @@ -28,18 +28,20 @@ class KafkaTest(Test): setUp. The Zookeeper and Kafka services are available as the fields KafkaTest.zk and KafkaTest.kafka. """ - def __init__(self, test_context, num_zk, num_brokers, topics=None): + def __init__(self, test_context, num_zk, num_brokers, topics=None, use_new_coordinator=None): Review Comment: `use_new_coordinator` is specified in the constructor instead of in the test matrix, or python will complain that the test name is too long (too many variables in the matrix). -- 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