memgraph/tests/concurrent
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
..
CMakeLists.txt Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
common.hpp Clean SkipList up 2018-04-11 10:08:20 +02:00
dynamic_bitset_clear_n.cpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
dynamic_bitset_set_n.cpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
dynamic_bitset_set.cpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
dynamic_bitset.cpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
futex.cpp Extract io/network into mg-io library 2018-05-30 14:58:41 +02:00
network_common.hpp Refactor network stack to use * instead of & 2018-09-03 20:20:42 +02:00
network_read_hang.cpp Throw exceptions on RPC failure and Distributed error handling 2018-09-27 16:27:40 +02:00
network_server.cpp Throw exceptions on RPC failure and Distributed error handling 2018-09-27 16:27:40 +02:00
network_session_leak.cpp Throw exceptions on RPC failure and Distributed error handling 2018-09-27 16:27:40 +02:00
push_queue.cpp Fix remaining falling tests in release mode 2017-08-09 16:39:21 +02:00
sl_hang.cpp Remove some unused variables and lambda captures 2017-09-27 09:04:15 +02:00
sl_insert_competetive.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
sl_insert.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
sl_map.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
sl_memory_leak.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
sl_memory.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
sl_remove_competetive.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
sl_remove_disjoint.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
sl_remove_joint.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
sl_set.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
sl_simulation.cpp Clean SkipList up 2018-04-11 10:08:20 +02:00
spinlock.cpp Extract io/network into mg-io library 2018-05-30 14:58:41 +02:00