cmccabe commented on code in PR #17601: URL: https://github.com/apache/kafka/pull/17601#discussion_r1821609878
########## tests/kafkatest/tests/connect/connect_test.py: ########## @@ -57,23 +56,15 @@ class ConnectStandaloneFileTest(Test): def __init__(self, test_context): super(ConnectStandaloneFileTest, self).__init__(test_context) - self.num_zk = 1 self.num_brokers = 1 self.topics = { 'test' : { 'partitions': 1, 'replication-factor': 1 } } - self.zk = ZookeeperService(test_context, self.num_zk) if quorum.for_test(test_context) == quorum.zk else None - - @cluster(num_nodes=5) Review Comment: why are we deleting these parameterizations? Seems unrelated to zk? -- 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