shashankhs11 commented on code in PR #21059:
URL: https://github.com/apache/kafka/pull/21059#discussion_r2591070844
##########
tests/kafkatest/tests/streams/streams_upgrade_test.py:
##########
@@ -174,26 +174,31 @@ def test_version_probing_upgrade(self, metadata_quorum):
self.stop_and_await()
@cluster(num_nodes=6)
- @matrix(from_version=[str(LATEST_3_2), str(DEV_VERSION)], upgrade=[True,
False], metadata_quorum=[quorum.combined_kraft])
- def test_upgrade_downgrade_state_updater(self, from_version, upgrade,
metadata_quorum):
+ @matrix(from_version=[str(LATEST_3_7), str(LATEST_3_8), str(LATEST_3_9),
str(LATEST_4_0), str(LATEST_4_1), str(LATEST_4_2)],
+ upgrade=[True, False],
+ metadata_quorum=[quorum.combined_kraft])
+ def test_upgrade_downgrade_state_updater(self, from_version,
metadata_quorum):
Review Comment:
Silly me
--
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]