memgraph/tests/distributed/raft
Ivan Paljak 035540c598 POD serialization, rocksdb integration and Gleich's optimization
Reviewers: buda, dgleich, mferencevic, msantl, teon.banek

Reviewed By: buda, dgleich, teon.banek

Subscribers: teon.banek, pullbot

Differential Revision: https://phabricator.memgraph.io/D1399
2018-06-12 13:54:41 +02:00
..
CMakeLists.txt POD serialization, rocksdb integration and Gleich's optimization 2018-06-12 13:54:41 +02:00
example_client.cpp Replace boost with capnp in RPC 2018-06-04 10:45:12 +02:00
example_server.cpp Replace boost with capnp in RPC 2018-06-04 10:45:12 +02:00
example_test.py Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00
messages.hpp Replace boost with capnp in RPC 2018-06-04 10:45:12 +02: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.