memgraph/tests/distributed/raft
Matej Ferencevic f8a4fae080 Add ignore signal handler and cleanup
Reviewers: teon.banek, buda

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1333
2018-03-30 12:52:12 +02:00
..
CMakeLists.txt Integrate code coverage with Apollo 2018-01-15 12:20:11 +01:00
example_client.cpp Add ignore signal handler and cleanup 2018-03-30 12:52:12 +02:00
example_server.cpp Add ignore signal handler and cleanup 2018-03-30 12:52:12 +02:00
example_test.py Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00
messages.hpp RPC refactor 2018-01-24 15:27:40 +01:00
README.md Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00

Raft Tests

To run test locally execute following command:

./local_runner {test_suite} {test_name}

Every test has to be defined as python module with exposed run(machine_ids, workers) method. In each test there has to be constant NUM_MACHINES which specifies how many workers to run in cluster.