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

Function test_system_clusters

test/cloudtest/test_system_clusters.py:30–35  ·  view source on GitHub ↗

Confirm that the system clusters have the expected labels and selectors

(mz: MaterializeApplication)

Source from the content-addressed store, hash-verified

28
29
30def 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")

Callers

nothing calls this directly

Calls 2

assert_pod_propertiesFunction · 0.85
wait_replicasMethod · 0.80

Tested by

no test coverage detected