File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
testing/chainsaw/e2e/pgbackrest-restore Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments