claude-sonnet-5 review Phase 3 (by gpt-5.3-codex)
Quality Gate / gate (push) Failing after 11s

This commit is contained in:
Jim Lancaster
2026-08-20 15:36:17 -05:00
parent 796216087c
commit 450d33d507
14 changed files with 205 additions and 126 deletions
+2
View File
@@ -63,7 +63,9 @@ class TestApiErrorResponses:
(ErrorCategory.NOT_FOUND, 404, "not_found"),
(ErrorCategory.CONFLICT, 409, "conflict"),
(ErrorCategory.EXTERNAL_PROVIDER, 503, "external"),
(ErrorCategory.EXTERNAL_TIMEOUT, 503, "timeout"),
(ErrorCategory.INFRA_TRANSIENT, 503, "timeout"),
(ErrorCategory.PROCESSING, 500, "internal"),
(ErrorCategory.INFRA_PERSISTENT, 500, "internal"),
(ErrorCategory.INTERNAL_UNEXPECTED, 500, "internal"),
],