cmccabe commented on a change in pull request #10105:
URL: https://github.com/apache/kafka/pull/10105#discussion_r580485479



##########
File path: tests/kafkatest/tests/client/client_compatibility_features_test.py
##########
@@ -107,7 +108,9 @@ def invoke_compatibility_program(self, features):
           self.logger.info("** Command failed.  See %s for log messages." % 
ssh_log_file)
           raise
 
-    @parametrize(broker_version=str(DEV_BRANCH))
+    @cluster(num_nodes=7)
+    @matrix(broker_version=[str(DEV_BRANCH)], 
metadata_quorum=quorum.all_non_upgrade)
+    @cluster(num_nodes=7)

Review comment:
       It seems like `@cluster` is repeated twice here.  We only need it once, 
right?




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

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


Reply via email to