bolt_port: &bolt_port "7687"
template_cluster: &template_cluster
  cluster:
    main:
      args: ["--bolt-port", *bolt_port, "--log-level=TRACE"]
      log_file: "isolation-levels-e2e.log"
      setup_queries: []
      validation_queries: []

workloads:
  - name: "Isolation levels"
    binary: "tests/e2e/isolation_levels/memgraph__e2e__isolation_levels"
    args: ["--bolt-port", *bolt_port]
    <<: *template_cluster