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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 04fd555  MINOR: Enable KRaft in transactions_test.py #11121
04fd555 is described below

commit 04fd555475a4b458a21d337347117902ee1feafb
Author: Ryan Dielhenn <[email protected]>
AuthorDate: Fri Jul 23 16:01:54 2021 -0700

    MINOR: Enable KRaft in transactions_test.py #11121
    
    Reviewers: Colin P. McCabe <[email protected]>
---
 tests/kafkatest/tests/core/transactions_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kafkatest/tests/core/transactions_test.py 
b/tests/kafkatest/tests/core/transactions_test.py
index 8989d83..ac8abd1 100644
--- a/tests/kafkatest/tests/core/transactions_test.py
+++ b/tests/kafkatest/tests/core/transactions_test.py
@@ -245,7 +245,7 @@ class TransactionsTest(Test):
             bounce_target=["brokers", "clients"],
             check_order=[True, False],
             use_group_metadata=[True, False])
-    def test_transactions(self, failure_mode, bounce_target, check_order, 
use_group_metadata, metadata_quorum=quorum.zk):
+    def test_transactions(self, failure_mode, bounce_target, check_order, 
use_group_metadata, metadata_quorum=quorum.all):
         security_protocol = 'PLAINTEXT'
         self.kafka.security_protocol = security_protocol
         self.kafka.interbroker_security_protocol = security_protocol

Reply via email to