Confirm that the system clusters have the expected labels and selectors
(mz: MaterializeApplication)
| 28 | |
| 29 | |
| 30 | def test_system_clusters(mz: MaterializeApplication) -> None: |
| 31 | """Confirm that the system clusters have the expected labels and selectors""" |
| 32 | mz.wait_replicas() |
| 33 | |
| 34 | assert_pod_properties(mz, "cluster-s1-replica-s1-gen-0-0") |
| 35 | assert_pod_properties(mz, "cluster-s2-replica-s2-gen-0-0") |
nothing calls this directly
no test coverage detected