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>
8 lines
262 B
YAML
8 lines
262 B
YAML
workloads:
|
|
- name: "Replicate multitenancy"
|
|
binary: "tests/e2e/pytest_runner.sh"
|
|
args: ["replication_experimental/multitenancy.py"]
|
|
- name: "Replicate auth data"
|
|
binary: "tests/e2e/pytest_runner.sh"
|
|
args: ["replication_experimental/auth.py"]
|