memgraph/tests/concurrent
Matej Ferencevic fc20ddcd25 RPC refactor
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
2018-01-24 15:27:40 +01:00
..
CMakeLists.txt Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00
common.hpp Const map/set iteration. 2017-10-12 16:35:39 +02:00
conncurent_list.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +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 Remove traces of custom assert 2017-10-13 09:34:13 +02:00
network_common.hpp RPC refactor 2018-01-24 15:27:40 +01:00
network_read_hang.cpp RPC refactor 2018-01-24 15:27:40 +01:00
network_server.cpp Rename NetworkEndpoint 2018-01-15 15:47:37 +01:00
network_session_leak.cpp Rename NetworkEndpoint 2018-01-15 15:47:37 +01: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 Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_insert.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_map.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +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 Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
sl_remove_competetive.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
sl_remove_disjoint.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
sl_remove_joint.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
sl_set.cpp Const map/set iteration. 2017-10-12 16:35:39 +02:00
sl_simulation.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
spinlock.cpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00