m1a2st commented on code in PR #21059:
URL: https://github.com/apache/kafka/pull/21059#discussion_r2658763161


##########
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])
+    @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)],

Review Comment:
   I addressed this comment in https://github.com/apache/kafka/pull/21241



##########
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])
+    @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)],

Review Comment:
   I have addressed this comment in https://github.com/apache/kafka/pull/21241



-- 
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]

Reply via email to