You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/07/17 17:28:41 UTC

[GitHub] [kafka] ijuma commented on a change in pull request #11064: MINOR: enable reassign_partitions_test.py for kraft

ijuma commented on a change in pull request #11064:
URL: https://github.com/apache/kafka/pull/11064#discussion_r671722911



##########
File path: tests/kafkatest/tests/core/reassign_partitions_test.py
##########
@@ -130,8 +133,9 @@ def move_start_offset(self):
 
     @cluster(num_nodes=8)
     @matrix(bounce_brokers=[True, False],
-            reassign_from_offset_zero=[True, False])
-    def test_reassign_partitions(self, bounce_brokers, reassign_from_offset_zero):
+            reassign_from_offset_zero=[True, False],
+            metadata_quorum=quorum.all_non_upgrade)
+    def test_reassign_partitions(self, bounce_brokers, reassign_from_offset_zero, metadata_quorum):

Review comment:
       How is `metadata_quorum` used?




-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org