memgraph/tests/e2e/metadata_queries/workloads.yaml

19 lines
596 B
YAML
Raw Normal View History

2023-11-28 20:34:21 +08:00
metadata_queries: &metadata_queries
cluster:
main:
args: ["--bolt-port", "7687", "--log-level=TRACE", "--also-log-to-stderr", "--storage-enable-schema-metadata=TRUE"]
log_file: "metadata-queries.log"
setup_queries: []
validation_queries: []
workloads:
- name: "Show edge types info"
binary: "tests/e2e/pytest_runner.sh"
args: ["metadata_queries/show_edge_types_info.py"]
<<: *metadata_queries
- name: "Show node labels info"
binary: "tests/e2e/pytest_runner.sh"
args: ["metadata_queries/show_node_labels_info.py"]
<<: *metadata_queries