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

Function workflow_default

test/cluster-isolation/mzcompose.py:107–115  ·  view source on GitHub ↗
(c: Composition, parser: WorkflowArgumentParser)

Source from the content-addressed store, hash-verified

105
106
107def workflow_default(c: Composition, parser: WorkflowArgumentParser) -> None:
108
109 parser.add_argument("disruptions", nargs="*", default=[d.name for d in disruptions])
110
111 args = parser.parse_args()
112
113 c.up("kafka", "schema-registry")
114 for id, disruption in enumerate(selected_by_name(args.disruptions, disruptions)):
115 run_test(c, disruption, id)
116
117
118def populate(c: Composition) -> None:

Callers

nothing calls this directly

Calls 3

selected_by_nameFunction · 0.90
run_testFunction · 0.70
upMethod · 0.45

Tested by

no test coverage detected