memgraph/tests/qa/tck_engine
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
..
results .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
steps Add support for distributed tck tests 2018-08-01 10:51:49 +02:00
tests Remove keyword lowercasing from stripper 2018-07-19 17:08:45 +02:00
.gitignore .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
behave.ini .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
binary.todo .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
environment.py Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
test_executor.py Add support for distributed tck tests 2018-08-01 10:51:49 +02:00
test_results.py Add support for distributed tck tests 2018-08-01 10:51:49 +02:00