memgraph/tests/e2e/garbage_collection/workloads.yaml

20 lines
431 B
YAML

args: &args
- "--bolt-port"
- "7687"
- "--log-level=TRACE"
- "--storage-gc-cycle-sec=2"
in_memory_cluster: &in_memory_cluster
cluster:
main:
args: *args
log_file: "garbage_collection-e2e.log"
setup_queries: []
validation_queries: []
workloads:
- name: "Garbage collection"
binary: "tests/e2e/pytest_runner.sh"
args: ["garbage_collection/gc_periodic.py"]
<<: *in_memory_cluster