memgraph/tests
andrejtonev 071df2f439
Replication refactor part 7 (#1550)
* Split queries into system and data queries
* System queries are sequentially executed and generate separate transaction deltas
* System transaction try locks for 100ms
* last_commited_system_ts saved to DBMS durability
* Replicating CREATE/DROP DATABASE
* Sending a system snapshot if REPLICA behind
* Passing a copy of the gatekeeper::access as std::any to all functions that could call an async execution
* Removed delete_on_drop flag (we now always delete on drop)
* Using UUID as the directory name for databases
* DBMS durability update (added versioning and salient information)
* Automatic migration from previous version
* Interpreter can run some queries without a target database
* SHOW REPLICA returns the status of the currently active DB
* Returning UUID instead of db name in the RPC responses
* Using UUIDs for database specification in RPC (not name)
* FrequentCheck forces update on reconnect
* TimestampRpc will detect if a replica is behind, and will update client's state
* Safer SLK reads
* Split SHOW DATABASES in two SHOW DATABASES (list of current databases) and SHOW DATABASE a single string naming the current database

---------

Co-authored-by: Gareth Lloyd <gareth.lloyd@memgraph.io>
2024-01-23 12:06:10 +01:00
..
benchmark Fix index hints (#1606) 2024-01-11 10:10:06 +01:00
concurrent Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
drivers Fix java drivers test (#1577) 2023-12-18 11:47:24 +01:00
e2e Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
gql_behave Add List Pattern Comprehension grammar. (#1588) 2024-01-11 18:20:21 +04:00
integration Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
jepsen Improve logging if replica cannot recover using curr WAL file (#1086) 2023-08-01 10:33:46 +02:00
macro_benchmark Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
manual Fix index hints (#1606) 2024-01-11 10:10:06 +01:00
mgbench Fix compare results in mgbench (#1319) 2023-11-07 17:04:37 +01:00
property_based Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
public_benchmark Resolve python dependency issues (#372) 2022-04-07 17:56:18 +02:00
stress Add atomic memory block around unsafe code blocks (#1589) 2023-12-21 09:43:16 +01:00
unit Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
.clang-tidy New MGP API (#219) 2021-09-09 10:44:47 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
setup.sh Add GQL behave tests for on-disk storage (#1238) 2023-10-10 09:27:11 +03:00
util.sh Add GraphQL transpilation compatibility (#1018) 2023-07-31 14:48:12 +02:00