Skip to content

Commit

Permalink
Merge pull request #135 from ityuhui/yh-wait-pod-deleting-0818
Browse files Browse the repository at this point in the history
Wait for the pod to terminate cleanly after deleting the pod during testing
  • Loading branch information
k8s-ci-robot authored Aug 21, 2022
2 parents 4e38e72 + 5890c9b commit 9a78e0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ test:
kubectl wait --for=condition=ready --all pod -n default --timeout=60s
cd list_pod; make test
cd delete_pod; make test
kubectl wait --for=delete pod/test-pod-6 -n default --timeout=120s
cd list_secret; make test
cd configmap; make test
cd generic; make test
Expand All @@ -44,6 +45,7 @@ memcheck:
kubectl wait --for=condition=ready --all pod -n default --timeout=60s
cd list_pod; make memcheck
cd delete_pod; make memcheck
kubectl wait --for=delete pod/test-pod-6 -n default --timeout=120s
cd list_secret; make memcheck
cd configmap; make memcheck
cd generic; make memcheck
Expand Down

0 comments on commit 9a78e0f

Please sign in to comment.