Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1df84a3

Browse files
knizhnikkelvich
authored andcommitted
Disable ratftable in regression tests
1 parent e0a24c2 commit 1df84a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cluster.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ sub configure
9898
multimaster.queue_size = 10485760 # 10mb
9999
multimaster.node_id = $id
100100
multimaster.conn_strings = '$connstr'
101-
multimaster.use_raftable = true
101+
multimaster.use_raftable = false
102102
multimaster.ignore_tables_without_pk = true
103103
multimaster.twopc_min_timeout = 60000
104-
raftable.id = $id
105-
raftable.peers = '$raftpeers'
104+
# raftable.id = $id
105+
# raftable.peers = '$raftpeers'
106106
));
107107

108108
$node->append_conf("pg_hba.conf", qq(

0 commit comments

Comments
 (0)