Skip to content

Commit

Permalink
fix integrationt test case
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Apr 22, 2024
1 parent 619b5fa commit 638bb42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions testing/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ echo ""
spinner_until 120 deployment_fully_updated default short-pvc-name
echo ""
echo "'short-pvc-name' deployment healthy"
echo "waiting for the 'very-long-prometheus-pvc-name' deployment"
echo ""
spinner_until 120 deployment_fully_updated default very-long-prometheus-pvc-name
echo ""
echo "'very-long-prometheus-pvc-name' deployment healthy"

kubectl get statefulsets
kubectl get deployments
Expand Down
4 changes: 2 additions & 2 deletions testing/yaml/datacreation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
apiVersion: batch/v1
kind: Job
metadata:
name: prometheus-kube-prometheus-stack-prometheus-db-prometheus-kube-prometheus-stack-prometheus-0
name: very-long-prometheus-pvc-name
spec:
template:
spec:
Expand All @@ -117,4 +117,4 @@ spec:
- name: config-volume
configMap:
name: createfile
---
---
2 changes: 1 addition & 1 deletion testing/yaml/datavalidation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: prometheus-kube-prometheus-stack-prometheus-db-prometheus-kube-prometheus-stack-prometheus-0
name: very-long-prometheus-pvc-name
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 638bb42

Please # to comment.