Files
memgraph/tests/e2e/util_e2e/workloads.yaml
2022-06-29 16:31:51 +02:00

14 lines
398 B
YAML

template_cluster: &template_cluster
cluster:
main:
args: ["--bolt-port", "7687", "--log-level=TRACE"]
log_file: "util-e2e.log"
setup_queries: []
validation_queries: []
workloads:
- name: "CASE throws if simple form is used and checking against NULL"
binary: "tests/e2e/pytest_runner.sh"
args: ["util_e2e/simple_case_nullcheck.py"]
<<: *template_cluster