mjsax commented on code in PR #17275:
URL: https://github.com/apache/kafka/pull/17275#discussion_r1809750507
##########
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:
SG. -- We should just not drop it to ensure we run system test as
efficient/light weight as possible.
--
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]