memgraph/tests/e2e/python_query_modules_reloading/workloads.yaml

15 lines
562 B
YAML
Raw Normal View History

2022-12-09 21:30:41 +08:00
test_reload_query_module: &test_reload_query_module
cluster:
main:
args: ["--bolt-port", "7687", "--log-level=TRACE", "--also-log-to-stderr"]
log_file: "py-query-modules-reloading-e2e.log"
setup_queries: []
validation_queries: []
workloads:
- name: "test-reload-query-module" # should be the same as the python file
binary: "tests/e2e/pytest_runner.sh"
proc: "tests/e2e/python_query_modules_reloading/procedures/"
args: ["python_query_modules_reloading/test_reload_query_module.py"]
<<: *test_reload_query_module