7ead00f23e
* Add AUTH system tx deltas * Add auth data RPC and handlers * Support multiple system deltas in a single transaction * Added e2e test * Bugfix: KVStore segfault after move --------- Co-authored-by: Gareth Lloyd <gareth.lloyd@memgraph.io>
12 lines
575 B
CMake
12 lines
575 B
CMake
find_package(gflags REQUIRED)
|
|
|
|
copy_e2e_python_files(replication_experiment common.py)
|
|
copy_e2e_python_files(replication_experiment conftest.py)
|
|
copy_e2e_python_files(replication_experiment multitenancy.py)
|
|
copy_e2e_python_files(replication_experiment auth.py)
|
|
copy_e2e_python_files_from_parent_folder(replication_experiment ".." memgraph.py)
|
|
copy_e2e_python_files_from_parent_folder(replication_experiment ".." interactive_mg_runner.py)
|
|
copy_e2e_python_files_from_parent_folder(replication_experiment ".." mg_utils.py)
|
|
|
|
copy_e2e_files(replication_experiment workloads.yaml)
|