stack-orchestrator/tests/k8s-deploy
Prathamesh Musale a1b5220e40 fix(test): prevent set -e from killing kubectl queries in test checks
kubectl commands that query jobs or pod specs exit non-zero when the
resource doesn't exist yet. Under set -e, a bare command substitution
like var=$(kubectl ...) aborts the script silently. Add || true so
the polling loop and assertion logic can handle failures gracefully.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 05:59:35 +00:00
..
run-deploy-test.sh fix(test): prevent set -e from killing kubectl queries in test checks 2026-03-10 05:59:35 +00:00