rreddy-22 commented on code in PR #14582:
URL: https://github.com/apache/kafka/pull/14582#discussion_r1396155458


##########
tests/kafkatest/tests/core/replica_scale_test.py:
##########
@@ -48,8 +48,28 @@ def teardown(self):
             self.zk.stop()
 
     @cluster(num_nodes=12)
-    @matrix(topic_count=[50], partition_count=[34], replication_factor=[3], 
metadata_quorum=quorum.all_non_upgrade)
-    def test_produce_consume(self, topic_count, partition_count, 
replication_factor, metadata_quorum=quorum.zk):
+    @matrix(
+        topic_count=[50],
+        partition_count=[34],
+        replication_factor=[3],
+        metadata_quorum=[quorum.zk],
+        use_new_coordinator=[False]
+    )
+    @matrix(
+        topic_count=[50],
+        partition_count=[34],
+        replication_factor=[3],
+        metadata_quorum=[quorum.isolated_kraft],
+        use_new_coordinator=[True, False]
+    )
+    def test_produce_consume(

Review Comment:
   oya makes sense, changed it to match the others!



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