From 6493197d17f4bd0163b91b4d0cd4b312774e200a Mon Sep 17 00:00:00 2001 From: Maksim Konovalov Date: Sun, 15 Sep 2024 21:45:55 +0300 Subject: [PATCH] replication_connect_quorum=2 --- tests/tnt/cfgmaker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tnt/cfgmaker.lua b/tests/tnt/cfgmaker.lua index 437bf27..fc44c85 100644 --- a/tests/tnt/cfgmaker.lua +++ b/tests/tnt/cfgmaker.lua @@ -31,7 +31,7 @@ local config_example = { }, }, -- replicaset #2 }, -- sharding - replication_connect_quorum = 0, + replication_connect_quorum = 2, } local function get_uid(rs_id, instance_id)