Skip to content

Commit 57b9c75

Browse files
author
Dana Powers
committed
Test failover integration with 3-brokers / replicas / partitions
1 parent 8b0a598 commit 57b9c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_failover_integration.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ def setUp(self):
2323
return
2424

2525
zk_chroot = random_string(10)
26-
replicas = 2
27-
partitions = 2
26+
replicas = 3
27+
partitions = 3
2828

29-
# mini zookeeper, 2 kafka brokers
29+
# mini zookeeper, 3 kafka brokers
3030
self.zk = ZookeeperFixture.instance()
3131
kk_args = [self.zk.host, self.zk.port, zk_chroot, replicas, partitions]
3232
self.brokers = [KafkaFixture.instance(i, *kk_args) for i in range(replicas)]

0 commit comments

Comments
 (0)