memgraph/tests/stress
Matej Ferencevic 75950664a7 Separate distributed from single node storage
Summary:
This diff splits single node and distributed storage from each other.
Currently all of the storage code is copied into two directories (one single
node, one distributed).  The logic used in the storage implementation isn't
touched, it will be refactored in following diffs.

To clean the working directory after this diff you should execute:
```
rm database/state_delta.capnp
rm database/state_delta.hpp
rm storage/concurrent_id_mapper_rpc_messages.capnp
rm storage/concurrent_id_mapper_rpc_messages.hpp
```

Reviewers: teon.banek, buda, msantl

Reviewed By: teon.banek, msantl

Subscribers: teon.banek, pullbot

Differential Revision: https://phabricator.memgraph.io/D1625
2018-10-05 09:19:33 +02:00
..
.gitignore Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
apollo_runs.yaml Increase durability large test timeout 2018-06-27 12:09:37 +02:00
bipartite.py Add durability stress test 2018-04-22 08:32:44 +02:00
CMakeLists.txt Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
common.py Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
continuous_integration Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
create_match.py Remove extension from Python executables 2017-11-27 14:39:51 +01:00
durability Add durability stress test 2018-04-22 08:32:44 +02:00
long_running.cpp Rename bolt::DecodedValue to bolt::Value 2018-07-24 15:59:20 +02:00
requirements.txt Libraries are now downloaded from our local cache server. 2017-08-25 09:58:39 +02:00