memgraph/tests/concurrent
Dominik Gleich 57f1b40d8d Refactor transaction inside db_accessor. Also introduce advance_command.
Summary:
Modification to MVCC - CHECK!

Refactor transaction_read

Add automatic commit/abort functionality to graph_db_accessor.

Fix failing test in graph_db_accessor.

Reviewers: buda, dtomicevic, florijan

Reviewed By: buda, florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D87
2017-03-07 09:42:04 +01:00
..
CMakeLists.txt A better configuration of cmake & clion 2017-02-20 01:25:57 +01:00
common.h unit test normalization 2016-12-22 19:22:45 +01:00
conncurent_list.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
dynamic_bitset_clear_n.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
dynamic_bitset_set_n.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
dynamic_bitset_set.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
dynamic_bitset.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
futex.cpp Futex test execution time was too long 2017-02-21 15:47:15 +01:00
measure_time.cpp benchmark folder has been removed from the root dir, README update, measure_time.hpp comments 2017-02-18 14:36:50 +01:00
network_common.hpp Started network refactorization. 2017-03-06 13:52:34 +01:00
network_server.cpp Fixed network tests so they can run concurrently. 2017-03-06 14:52:25 +01:00
network_session_leak.cpp Fixed network tests so they can run concurrently. 2017-03-06 14:52:25 +01:00
sl_insert_competetive.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_insert.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_map.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_memory_leak.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_memory.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_multiiterator_remove_duplicates.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_multiiterator_remove.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_multiiterator.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_multimap.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_multiset.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_remove_competetive.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_remove_disjoint.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_remove_joint.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_set.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
sl_simulation.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
spinlock.cpp examples folder has been removed; src/test folder has been removed; the existing tests were moved to tests folder; StacktraceException has been introduced; query_plan_templated has been moved to query folder; hazard pointers have been deleted because they are not used any more 2017-02-18 18:03:48 +01:00
transaction_engine.cpp Refactor transaction inside db_accessor. Also introduce advance_command. 2017-03-07 09:42:04 +01:00