bbejeck commented on code in PR #17275:
URL: https://github.com/apache/kafka/pull/17275#discussion_r1775797462
##########
tests/kafkatest/tests/streams/streams_application_upgrade_test.py:
##########
@@ -86,7 +82,7 @@ def test_app_upgrade(self, from_version, bounce_type):
'avg' : { 'partitions': 5, 'replication-factor': 1 },
'wcnt' : { 'partitions': 5, 'replication-factor': 1 },
'tagg' : { 'partitions': 5, 'replication-factor': 1 }
- })
+ }, controller_num_nodes_override=1, dynamicRaftQuorum=True)
Review Comment:
same here
##########
tests/kafkatest/tests/kafka_test.py:
##########
@@ -39,7 +39,8 @@ def __init__(self, test_context, num_zk, num_brokers,
topics=None):
self.kafka = KafkaService(
test_context, self.num_brokers,
self.zk, topics=self.topics,
- controller_num_nodes_override=self.num_zk)
+ controller_num_nodes_override=self.num_zk,
+ dynamicRaftQuorum=True)
Review Comment:
This is needed for now for getting the tests to pass, there will be a
follow-up PR to remove
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]