You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2021/02/26 21:56:51 UTC

[kafka] branch 2.8 updated: MINOR: disable test_produce_bench_transactions for Raft metadata quorum (#10222)

This is an automated email from the ASF dual-hosted git repository.

cmccabe pushed a commit to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.8 by this push:
     new 4157c44  MINOR: disable test_produce_bench_transactions for Raft metadata quorum (#10222)
4157c44 is described below

commit 4157c4452bc846a3127465938b79e26044c64370
Author: Ron Dagostino <rd...@confluent.io>
AuthorDate: Fri Feb 26 16:54:21 2021 -0500

    MINOR: disable test_produce_bench_transactions for Raft metadata quorum (#10222)
    
    Reviewers: Colin P. McCabe <cm...@apache.org>
---
 tests/kafkatest/tests/core/produce_bench_test.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/kafkatest/tests/core/produce_bench_test.py b/tests/kafkatest/tests/core/produce_bench_test.py
index 734dfb5..5ac08d7 100644
--- a/tests/kafkatest/tests/core/produce_bench_test.py
+++ b/tests/kafkatest/tests/core/produce_bench_test.py
@@ -66,7 +66,6 @@ class ProduceBenchTest(Test):
         self.logger.info("TASKS: %s\n" % json.dumps(tasks, sort_keys=True, indent=2))
 
     @cluster(num_nodes=8)
-    @matrix(metadata_quorum=quorum.all_non_upgrade)
     def test_produce_bench_transactions(self, metadata_quorum=quorum.zk):
         spec = ProduceBenchWorkloadSpec(0, TaskSpec.MAX_DURATION_MS,
                                         self.workload_service.producer_node,