another minor update on node affinity test

This commit is contained in:
Felix Kunde 2021-02-12 16:33:57 +01:00
parent 9fd3b2cffb
commit 2bece46461
1 changed files with 0 additions and 1 deletions

View File

@ -1040,7 +1040,6 @@ class EndToEndTestCase(unittest.TestCase):
plural="postgresqls", plural="postgresqls",
name="acid-minimal-cluster", name="acid-minimal-cluster",
body=patch_node_affinity_config) body=patch_node_affinity_config)
self.eventuallyEqual(lambda: self.k8s.get_operator_state(), {"0": "idle"}, "Operator does not get in sync")
# node affinity change should cause replica to relocate from replica node to master node due to node affinity requirement # node affinity change should cause replica to relocate from replica node to master node due to node affinity requirement
k8s.wait_for_pod_failover(master_node, 'spilo-role=replica,' + cluster_label) k8s.wait_for_pod_failover(master_node, 'spilo-role=replica,' + cluster_label)