Skip to content

Commit bd01f63

Browse files
Restore background deletion policy for clone clusters
1 parent a2d12f5 commit bd01f63

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

testing/chainsaw/e2e/pgbackrest-restore/chainsaw-test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,11 @@ spec:
8383
8484
- name: 'Delete Cluster #1'
8585
description: >
86-
Delete this clone
86+
Delete this clone in the background to free up resources
8787
try:
8888
- delete:
89+
deletionPropagationPolicy: Background
90+
expect: [{ check: { (`true`): true } }]
8991
ref:
9092
apiVersion: ($postgrescluster.apiVersion)
9193
kind: PostgresCluster
@@ -158,9 +160,11 @@ spec:
158160
159161
- name: 'Delete Cluster #2'
160162
description: >
161-
Delete this clone
163+
Delete this clone in the background to free up resources
162164
try:
163165
- delete:
166+
deletionPropagationPolicy: Background
167+
expect: [{ check: { (`true`): true } }]
164168
ref:
165169
apiVersion: ($postgrescluster.apiVersion)
166170
kind: PostgresCluster

0 commit comments

Comments
 (0)