memgraph/tests/e2e/text_search/workloads.yaml

15 lines
477 B
YAML

text_search_cluster: &text_search_cluster
cluster:
main:
args: ["--bolt-port", "7687", "--log-level=TRACE", "--experimental-text-search-enabled=true"]
log_file: "text_search.log"
setup_queries: []
validation_queries: []
workloads:
- name: "Test text search behavior in Memgraph"
binary: "tests/e2e/pytest_runner.sh"
proc: "tests/e2e/text_search/query_modules/"
args: ["text_search/test_text_search.py"]
<<: *text_search_cluster