mjsax commented on code in PR #17328:
URL: https://github.com/apache/kafka/pull/17328#discussion_r1803849921


##########
tests/kafkatest/tests/streams/streams_upgrade_test.py:
##########
@@ -245,7 +147,8 @@ def test_rolling_upgrade_with_2_bounces(self, from_version):
         self.stop_and_await()
 
     @cluster(num_nodes=6)
-    def test_version_probing_upgrade(self):
+    @matrix(metadata_quorum=[quorum.combined_kraft])
+    def test_version_probing_upgrade(self, metadata_quorum):

Review Comment:
   as above



##########
tests/kafkatest/tests/streams/streams_upgrade_test.py:
##########
@@ -272,8 +175,8 @@ def test_version_probing_upgrade(self):
         self.stop_and_await()
 
     @cluster(num_nodes=6)
-    @matrix(from_version=[str(LATEST_3_2), str(DEV_VERSION)],  upgrade=[True, 
False])
-    def test_upgrade_downgrade_state_updater(self, from_version, upgrade):
+    @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):

Review Comment:
   as above



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

Reply via email to