File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1177,6 +1177,7 @@ def test_rolling_update_flag(self):
11771177
11781178 # operator should now recreate the master pod and do a switchover before
11791179 k8s .wait_for_pod_failover (replica_nodes , 'spilo-role=master,' + cluster_label )
1180+ k8s .wait_for_pod_start ('spilo-role=replica,' + cluster_label )
11801181
11811182 # check if the former replica is now the new master
11821183 leader = k8s .get_cluster_leader_pod ()
@@ -1246,6 +1247,7 @@ def test_rolling_update_label_timeout(self):
12461247
12471248 # wait for next sync, replica should be running normally by now and be ready for switchover
12481249 k8s .wait_for_pod_failover (replica_nodes , 'spilo-role=master,' + cluster_label )
1250+ k8s .wait_for_pod_start ('spilo-role=replica,' + cluster_label )
12491251
12501252 # check if the former replica is now the new master
12511253 leader = k8s .get_cluster_leader_pod ()
You can’t perform that action at this time.
0 commit comments