stack-orchestrator/tests
pranav 633feba3ea fix Python 3.8 type hint in dns_probe + tear down cluster after deploy test
dns_probe.py used 'list[str]' (PEP 585 generic alias for builtins),
which only parses on Python 3.9+. CI runs Python 3.8, so any caller
of 'deployment restart' (which lazy-imports dns_probe) crashed at
module load with 'TypeError: type object is not subscriptable'. Use
'List[str]' from typing to keep 3.8 compatibility, matching the rest
of the file's imports.

run-deploy-test.sh previously ended with --skip-cluster-management,
leaving the Kind cluster running for the next CI step to inherit.
Switch the final stop to --perform-cluster-management so subsequent
tests (e.g. run-restart-test.sh) start from a clean host, and replace
the now-trivial namespace assertion with a real check that the kind
cluster is actually gone.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 11:48:41 +00:00
..
container-registry Fix failing k8s and external-stack CI test scripts (#739) 2026-04-02 15:00:57 +05:30
database Fix failing k8s and external-stack CI test scripts (#739) 2026-04-02 15:00:57 +05:30
deploy fix: resolve stack path from repo root + update deploy test 2026-03-20 15:14:47 +00:00
external-stack Fix failing k8s and external-stack CI test scripts (#739) 2026-04-02 15:00:57 +05:30
fixturenet-laconicd Update fixturenet-laconicd stack for renaming changes (#891) 2024-07-25 08:50:15 +00:00
k8s-deploy fix Python 3.8 type hint in dns_probe + tear down cluster after deploy test 2026-04-28 11:48:41 +00:00
k8s-deployment-control k8s: shared-cluster safety checks and deployment-id decoupling (#748) 2026-04-21 12:17:28 +05:30
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 Add Job and secrets support for k8s-kind deployments (#995) 2026-03-11 03:56:21 +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