Skip to content

Commit 569abc5

Browse files
Fixup: remove extra debug
1 parent c257229 commit 569abc5

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ spec:
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: >

testing/chainsaw/e2e/pgbackrest-restore/templates/clone-cluster.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,6 @@ spec:
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

0 commit comments

Comments
 (0)