(mz: MaterializeApplication)
| 14 | |
| 15 | |
| 16 | def 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 | |
| 24 | def test_sql(mz: MaterializeApplication) -> None: |