memgraph/tests
Matej Ferencevic 54e1e4e1ff Initial version of storage v2
Summary:
Initial implementation of new storage engine.  It implements snapshot isolation
for transactions.  All changes in the database are stored as deltas instead of
making full copies.  Currently, the storage supports full transaction
functionality (commit, abort, command advancement).  Also, support has been
implemented only for vertices that have only labels.

Reviewers: teon.banek, mtomic

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2138
2019-06-27 10:52:38 +02:00
..
benchmark Use execution memory for Frame allocations 2019-06-24 15:05:44 +02:00
concurrent Migrate to C++17 2019-04-23 14:46:44 +02:00
distributed Disable distributed test 2019-06-11 12:17:12 +02:00
drivers Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
feature_benchmark Replace Client with HAClient in feature benchmark 2019-05-02 10:40:31 +02:00
integration Include HA client in index integration test 2019-06-05 16:07:30 +02:00
macro_benchmark Migrate to C++17 2019-04-23 14:46:44 +02:00
manual Make TypedValue constructor explicit for non-primitive types 2019-06-12 14:55:58 +02:00
property_based Remove test_results directory from build 2019-04-25 17:20:02 +02:00
public_benchmark Update LDBC query implementation 2018-07-10 10:08:21 +02:00
qa Reimplement counter openCypher function 2019-05-16 11:09:02 +02:00
stress Reimplement counter openCypher function 2019-05-16 11:09:02 +02:00
unit Initial version of storage v2 2019-06-27 10:52:38 +02:00
apollo_runs.py Add LCP tests 2018-10-15 11:52:20 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Remove test_results directory from build 2019-04-25 17:20:02 +02:00