From 76427b62db554b1249d27b4e9185be95a2b01d0e Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 10 Mar 2024 14:35:43 +0200 Subject: [PATCH] fix mroe --- library/common-test/tests/cnpg/pooler_spec_test.yaml | 1 + library/common-test/tests/cnpg/pooler_validation_test.yaml | 2 ++ library/common-test/tests/cnpg/scheduled_backup_name_test.yaml | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/library/common-test/tests/cnpg/pooler_spec_test.yaml b/library/common-test/tests/cnpg/pooler_spec_test.yaml index b0067471..1ad28e58 100644 --- a/library/common-test/tests/cnpg/pooler_spec_test.yaml +++ b/library/common-test/tests/cnpg/pooler_spec_test.yaml @@ -18,6 +18,7 @@ tests: user: test-user database: test-db pooler: + enabled: true createRO: true poolMode: transaction instances: 1 diff --git a/library/common-test/tests/cnpg/pooler_validation_test.yaml b/library/common-test/tests/cnpg/pooler_validation_test.yaml index 2665004e..c47651d3 100644 --- a/library/common-test/tests/cnpg/pooler_validation_test.yaml +++ b/library/common-test/tests/cnpg/pooler_validation_test.yaml @@ -13,6 +13,7 @@ tests: user: test-user database: test-db pooler: + enabled: true poolMode: invalid asserts: - failedTemplate: @@ -26,6 +27,7 @@ tests: user: test-user database: test-db pooler: + enabled: true instances: 0 asserts: - failedTemplate: diff --git a/library/common-test/tests/cnpg/scheduled_backup_name_test.yaml b/library/common-test/tests/cnpg/scheduled_backup_name_test.yaml index 9e919882..a229ca07 100644 --- a/library/common-test/tests/cnpg/scheduled_backup_name_test.yaml +++ b/library/common-test/tests/cnpg/scheduled_backup_name_test.yaml @@ -51,7 +51,7 @@ tests: equal: path: metadata.name value: test-release-name-common-test-cnpg-my-pg-sched-backup-daily - - documentIndex: &otherbackupDoc 3 + - documentIndex: &otherbackupDoc 2 isKind: of: ScheduledBackup - documentIndex: *otherbackupDoc