Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
DEBUG: persistent test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Jan 23, 2020
1 parent 3921e9a commit 7bd985a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/20_rollbacks.bats
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ function setup() {

# Assert release version
version=$(kubectl exec -n "$E2E_NAMESPACE" deploy/helm-operator -- helm3 status podinfo-git --namespace "$DEMO_NAMESPACE" -o json | jq .version)
echo "$version" >&3
kubectl -n "$DEMO_NAMESPACE" describe hr podinfo-git >&3
kubectl -n "$E2E_NAMESPACE" logs deploy/helm-operator >&3
[ "$version" -eq 2 ]
}

Expand Down

0 comments on commit 7bd985a

Please sign in to comment.