15 lines
435 B
YAML
15 lines
435 B
YAML
|
text_search_cluster: &text_search_cluster
|
||
|
cluster:
|
||
|
main:
|
||
|
args: ["--bolt-port", "7687", "--log-level=TRACE"]
|
||
|
log_file: "text_search.log"
|
||
|
setup_queries: []
|
||
|
validation_queries: []
|
||
|
|
||
|
workloads:
|
||
|
- name: "Test text search behavior in Memgraphm"
|
||
|
binary: "tests/e2e/pytest_runner.sh"
|
||
|
proc: "tests/e2e/text_search/query_modules/"
|
||
|
args: ["text_search/test_text_search.py"]
|
||
|
<<: *text_search_cluster
|