memgraph/tests/integration/ha/basic/raft.json
Matija Santl 59e11dbf9f Add Raft log compaction transfer test
Summary:
I've refactored the integration test for HA so we can reuse the common
parts like starting/stopping workers.

I've also added a test that triggers the log compaction and it checks that the
snapshot that has been transferred is the same as the origin one.

Reviewers: ipaljak

Reviewed By: ipaljak

Subscribers: mferencevic, pullbot

Differential Revision: https://phabricator.memgraph.io/D1847
2019-02-07 15:25:35 +01:00

7 lines
131 B
JSON

{
"election_timeout_min": 200,
"election_timeout_max": 500,
"heartbeat_interval": 100,
"log_size_snapshot_threshold": -1
}