dajac commented on code in PR #18798:
URL: https://github.com/apache/kafka/pull/18798#discussion_r1941202489
##########
tests/kafkatest/sanity_checks/test_bounce.py:
##########
@@ -35,9 +35,8 @@ def __init__(self, test_context):
if quorum_size < 1:
raise Exception("Illegal %s value provided for the test: %s" %
(quorum_size_arg_name, quorum_size))
self.topic = "topic"
- self.zk = ZookeeperService(test_context, num_nodes=quorum_size) if
quorum.for_test(test_context) == quorum.zk else None
Review Comment:
Yep, just removed it.
--
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]