memgraph/tests/integration
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
..
auth Small cleanup of auth queries 2018-08-29 10:07:55 +02:00
dgp Add dgp integration test 2018-09-08 00:01:03 +01:00
distributed Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
kafka Improve Kafka test 2018-08-29 09:48:22 +02:00
ssl Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
telemetry Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
transactions Fix transaction handling logic and implement tests 2018-07-16 10:02:14 +02:00
apollo_runs.yaml Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
CMakeLists.txt Throw exceptions on RPC failure and Distributed error handling 2018-09-27 16:27:40 +02:00