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

Function test_wait

test/cloudtest/test_smoke.py:16–21  ·  view source on GitHub ↗
(mz: MaterializeApplication)

Source from the content-addressed store, hash-verified

14
15
16def test_wait(mz: MaterializeApplication) -> None:
17 wait(
18 condition="condition=Ready",
19 resource="pod",
20 label="cluster.environmentd.materialize.cloud/cluster-id=u1",
21 )
22
23
24def test_sql(mz: MaterializeApplication) -> None:

Callers

nothing calls this directly

Calls 1

waitFunction · 0.90

Tested by

no test coverage detected