bbejeck commented on code in PR #17275: URL: https://github.com/apache/kafka/pull/17275#discussion_r1809715454
########## tests/kafkatest/tests/streams/streams_application_upgrade_test.py: ########## @@ -56,9 +55,9 @@ def perform_broker_upgrade(self, to_version): node.version = KafkaVersion(to_version) self.kafka.start_node(node) - @cluster(num_nodes=6) - @matrix(from_version=smoke_test_versions, bounce_type=["full"]) - def test_app_upgrade(self, from_version, bounce_type): + @cluster(num_nodes=9) Review Comment: No I have not looked into this yet, probably ok to defer this to a follow-up task -- 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