MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / workflow_default

Function workflow_default

test/sqlancerplusplus/mzcompose.py:49–58  ·  view source on GitHub ↗
(c: Composition, parser: WorkflowArgumentParser)

Source from the content-addressed store, hash-verified

47
48
49def workflow_default(c: Composition, parser: WorkflowArgumentParser) -> None:
50 run_sqlancer(
51 c,
52 parser,
53 service_name="sqlancerplusplus",
54 default_oracle="WHERE",
55 build_run_args=_build_run_args,
56 docker_logs_path="/workdir/sqlancerplusplus/logs/general",
57 log_prefix="SQLancer++",
58 )

Callers

nothing calls this directly

Calls 1

run_sqlancerFunction · 0.90

Tested by

no test coverage detected