File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
testing/chainsaw/e2e/pgbackrest-restore Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 9292 apiVersion : ($postgrescluster.apiVersion)
9393 kind : PostgresCluster
9494 name : clone-one
95- - script :
96- timeout : 3m
97- content : |
98- echo "Waiting for clone-one PVCs to be deleted..."
99- kubectl wait --for=delete pvc -l postgres-operator.crunchydata.com/cluster=clone-one --timeout=2m || true
100- sleep 5
10195
10296 - name : ' Update Cluster'
10397 description : >
@@ -175,12 +169,6 @@ spec:
175169 apiVersion : ($postgrescluster.apiVersion)
176170 kind : PostgresCluster
177171 name : clone-two
178- - script :
179- timeout : 3m
180- content : |
181- echo "Waiting for clone-two PVCs to be deleted..."
182- kubectl wait --for=delete pvc -l postgres-operator.crunchydata.com/cluster=clone-two --timeout=2m || true
183- sleep 5
184172
185173 - name : ' Lose Data'
186174 description : >
Original file line number Diff line number Diff line change 3434 volume :
3535 volumeClaimSpec : ($volume)
3636
37- - description : Wait for PVCs to be created
38- sleep :
39- duration : 5s
40-
41- - description : Check PVC provisioning status early
42- script :
43- env :
44- - name : CLUSTER_NAME
45- value : ($name)
46- content : |
47- echo "=== PVCs for ${CLUSTER_NAME} ==="
48- kubectl get pvc -l postgres-operator.crunchydata.com/cluster=${CLUSTER_NAME} -o wide || true
49- echo ""
50- echo "=== All PVC Events ==="
51- kubectl get events --field-selector involvedObject.kind=PersistentVolumeClaim -o wide | tail -20 || true
52-
5337 -
5438 description : >
5539 Wait for the cluster to come online
You can’t perform that action at this time.
0 commit comments