stack-orchestrator/tests
Prathamesh Musale a1b5220e40
Some checks failed
Lint Checks / Run linter (pull_request) Successful in 2m5s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m52s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Failing after 6m31s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 6m58s
Webapp Test / Run webapp test suite (pull_request) Successful in 7m49s
Smoke Test / Run basic test suite (pull_request) Successful in 6m15s
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
..
container-registry Fix test failure 2024-02-18 12:28:48 -07:00
database Add --update option to deploy create 2026-01-29 08:25:05 -06:00
deploy Add --update option to deploy create 2026-01-29 08:25:05 -06:00
external-stack Add --update option to deploy create 2026-01-29 08:25:05 -06:00
fixturenet-laconicd Update fixturenet-laconicd stack for renaming changes (#891) 2024-07-25 08:50:15 +00:00
k8s-deploy fix(test): prevent set -e from killing kubectl queries in test checks 2026-03-10 05:59:35 +00:00
k8s-deployment-control fix(test): use deployment namespace in k8s control test 2026-03-10 04:53:52 +00:00
laconic-network Apply pre-commit linting fixes 2026-01-20 23:16:44 -05:00
mainnet-eth Apply pre-commit linting fixes 2026-01-20 23:16:44 -05:00
scripts ci: upgrade Kind to v0.25.0 and pin kubectl to v1.31.2 2026-03-10 04:40:06 +00:00
smoke-test rename laconic-sdk to registry-sdk (#897) 2024-07-31 08:01:02 +00:00
webapp-test Fix invalid docker command in webapp-test 2026-01-24 16:39:00 -05:00