fix(e2e): retry delegation A2A cold starts #1672
Reference in New Issue
Block a user
Delete Branch "fix/e2e-delegation-a2a-retry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- Add sanitized HTTP status/body capture to the full-mode delegation A2A call\n- Retry delegation A2A on the same transient 502/503/504 cold-start responses as parent A2A\n\n## Verification\n- bash -n tests/e2e/test_staging_full_saas.sh\n- shellcheck -x tests/e2e/test_staging_full_saas.sh\n- bash tests/e2e/test_model_slug.sh\n- bash tests/e2e/test_aws_leak_check.sh\n- git diff --check\n\nContext: post-merge full SaaS on
741bb110proved parent A2A works on MiniMax-M2, then failed in section 10 with only rc=22 because delegation still used one-shot curl without diagnostics/retry. Teardown was clean.