memgraph/tests/manual
Gareth Andrew Lloyd 3cc2bc2791
Refactor interpreter to support multiple distributed clocks (Part 1) (#1281)
* Interpreter transaction ID decoupled from storage transaction ID
* Transactional scope for indices, statistics and constraints
* Storage::Accessor now has 2 modes (unique and shared)
* Introduced ResourceLock to fix pthread mutex problems
* Split InfoQuery in two: non-transactional SystemInfoQuery and transactional DatabaseInfoQuery
* Replicable and durable statistics
* Bumped WAL/Snapshot versions
* Initial implementation of the Lamport clock

---------

Co-authored-by: Andreja Tonev <andreja.tonev@memgraph.io>
2023-10-05 16:58:39 +02:00
..
js/transaction_timeout Add handling of partial results on timeout (#1046) 2023-07-30 10:48:11 +02:00
antlr_parser.cpp Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
antlr_sigsegv.cpp Upgrade Antrl to 4.10.1 and remove antlr_lock (#441) 2022-07-26 08:31:38 +02:00
antlr_tree_pretty_print.cpp Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
bolt_client.cpp Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
CMakeLists.txt Use libs from toolchain (#326) 2022-01-21 10:22:36 +01:00
expression_pretty_printer.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
interactive_planning.cpp Fix a bunch of spelling mistakes (1/n) (#1112) 2023-07-30 14:05:05 +02:00
interactive_planning.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
kvstore_console.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
query_hash.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
query_planner.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
single_query.cpp Refactor interpreter to support multiple distributed clocks (Part 1) (#1281) 2023-10-05 16:58:39 +02:00
ssl_client.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
ssl_server.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
stripped_timing.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
test_antlr_sigsegv Added antlr sigsegv test. 2017-08-03 13:06:18 +02:00
test_forward_client_progress.py Add manual .py test asserting forward progress across reconnects (#408) 2023-07-30 14:02:59 +02:00
test_isolation_level.py Add manual .py test verifying isolation levels (#407) 2023-07-30 14:04:26 +02:00