chia7712 commented on code in PR #17876: URL: https://github.com/apache/kafka/pull/17876#discussion_r1855220506
########## tests/kafkatest/tests/streams/streams_upgrade_test.py: ########## @@ -120,7 +122,11 @@ def test_rolling_upgrade_with_2_bounces(self, from_version, metadata_quorum): else: extra_properties = {} - self.set_up_services() + broker_version = DEV_BRANCH + if KafkaVersion(from_version) < LATEST_2_1: Review Comment: please add comments for this condition :) -- 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