07f34838bd
Add testing capabilities similar to what existed before on the older architecture. With this test specifically, test if we can create vertices and return them with ScanAll. There is a hard-coded 3s wait in the test which is needed because the MachineManager need this time to initialize itself.
14 lines
381 B
YAML
14 lines
381 B
YAML
template_cluster: &template_cluster
|
|
cluster:
|
|
main:
|
|
args: ["--bolt-port", "7687", "--log-level=TRACE"]
|
|
log_file: "distributed-queries-e2e.log"
|
|
setup_queries: []
|
|
validation_queries: []
|
|
|
|
workloads:
|
|
- name: "Distributed queries"
|
|
binary: "tests/e2e/pytest_runner.sh"
|
|
args: ["distributed_queries/distributed_queries.py"]
|
|
<<: *template_cluster
|