This is an automated email from the ASF dual-hosted git repository.
cmccabe pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 1a98964 MINOR: Enable KRaft in transactions_test.py #11121
1a98964 is described below
commit 1a989648f65b95555c7c6a97c7d4d8d2540330c2
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