stack-orchestrator/tests/container-registry
Prathamesh Musale 787806d6fa fix: wait_for_log_output should ignore "No logs available" responses
The k8s logs command returns "No logs available" or "Pods not running"
when containers aren't ready yet. Since these are non-empty strings,
wait_for_log_output() was treating them as success, causing the
subsequent content check to fail. Also fix unquoted echo glob expansion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 08:11:03 +00:00
..
run-test.sh fix: wait_for_log_output should ignore "No logs available" responses 2026-04-02 08:11:03 +00:00