fc20ddcd25
Summary: Start removal of old logic Remove more obsolete classes Move Message class to RPC Remove client logic from system Remove messaging namespace Move protocol from messaging to rpc Move System from messaging to rpc Remove unnecessary namespace Remove System from RPC Client Split Client and Server into separate files Start implementing new client logic First semi-working state Changed network protocol layout Rewrite client Fix client receive bug Cleanup code of debug lines Migrate to accessors Migrate back to binary boost archives Remove debug logging from server Disable timeout test Reduce message_id from uint64_t to uint32_t Add multiple workers to server Fix compiler warnings Apply clang-format Reviewers: teon.banek, florijan, dgleich, buda, mtomic Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1129 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
example_client.cpp | ||
example_server.cpp | ||
example_test.py | ||
messages.hpp | ||
README.md |
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.