ahuang98 commented on code in PR #17081:
URL: https://github.com/apache/kafka/pull/17081#discussion_r1744645432
##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -728,7 +735,6 @@ def add_broker(self, node):
self.concurrent_start = False
self.start_node(node)
self.concurrent_start = orig_concurrent_start
- wait_until(lambda: self.is_registered(node), 30, 1)
Review Comment:
this can be removed as start_node already does this
--
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]