fix e2e multi_namespace_support

This commit is contained in:
Felix Kunde 2021-07-16 14:55:44 +02:00
parent ce522ffeeb
commit f6b3afd993
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ class EndToEndTestCase(unittest.TestCase):
try:
k8s.create_with_kubectl("manifests/complete-postgres-manifest.yaml")
k8s.wait_for_pod_start("spilo-role=master", self.test_namespace)
k8s.wait_for_pod_start('spilo-role=replica')
k8s.wait_for_pod_start('spilo-role=replica', self.test_namespace)
self.assert_master_is_unique(self.test_namespace, "acid-test-cluster")
except timeout_decorator.TimeoutError: