final fix for pooler e2e test

This commit is contained in:
Felix Kunde 2022-03-01 14:55:33 +01:00
parent e61add5f6f
commit 63368d63af
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ class EndToEndTestCase(unittest.TestCase):
0, "Pooler pods not scaled down")
self.eventuallyEqual(lambda: k8s.count_services_with_label(pooler_label),
0, "Pooler service not removed")
self.eventuallyEqual(lambda: k8s.count_secrets_with_label(pooler_label),
self.eventuallyEqual(lambda: k8s.count_secrets_with_label('application=spilo,cluster-name=acid-minimal-cluster'),
4, "Secrets not deleted")
# Verify that all the databases have pooler schema installed.