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

Method bootstrap

misc/python/materialize/zippy/scenarios.py:83–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81
82class Scenario:
83 def bootstrap(self) -> list[ActionOrFactory]:
84 return [
85 KafkaStart,
86 CockroachStart,
87 BlobStoreStart,
88 MzStart,
89 StoragedStart,
90 BalancerdStart,
91 IcebergStart,
92 ]
93
94 def actions_with_weight(self) -> dict[ActionOrFactory, float]:
95 raise RuntimeError

Callers 9

__init__Method · 0.45
bootstrapMethod · 0.45
bootstrapMethod · 0.45
bootstrapMethod · 0.45
bootstrapMethod · 0.45
bootstrapMethod · 0.45
bootstrapMethod · 0.45
bootstrapMethod · 0.45
bootstrapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected