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

Function workflow_default

test/sqlancer/mzcompose.py:52–61  ·  view source on GitHub ↗
(c: Composition, parser: WorkflowArgumentParser)

Source from the content-addressed store, hash-verified

50
51
52def workflow_default(c: Composition, parser: WorkflowArgumentParser) -> None:
53 run_sqlancer(
54 c,
55 parser,
56 service_name="sqlancer",
57 default_oracle="NOREC",
58 build_run_args=_build_run_args,
59 docker_logs_path="/workdir/sqlancer/logs/materialize",
60 log_prefix="SQLancer",
61 )

Callers

nothing calls this directly

Calls 1

run_sqlancerFunction · 0.90

Tested by

no test coverage detected