yuneng-jiang and Claude Opus 4.6
4fc0975d22
Fix flaky e2e batch test: set batch_processed=True on completion in retrieve_batch
...
The retrieve_batch endpoint sets batch status to "complete" but never set
batch_processed=True, permanently blocking file deletion. CheckBatchCost
(the safety net) also excluded completed batches from its primary query,
so batch_processed was never set by either path.
Three fixes:
1. update_batch_in_database sets batch_processed=True when status reaches
"complete", with old-schema fallback retry
2. CheckBatchCost primary query no longer excludes complete/completed
(batch_processed=False filter prevents reprocessing)
3. retrieve_batch early-return now includes "complete" (DB-normalized
spelling) to avoid unnecessary provider re-polls
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-15 18:18:32 -07:00
..
2025-10-25 10:19:24 -07:00
2025-10-25 10:19:24 -07:00
2024-11-08 00:55:57 +05:30
2025-01-05 14:00:17 -08:00
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-11-08 00:55:57 +05:30
2024-12-28 17:08:19 -08:00
2026-02-20 12:29:53 -03:00
2026-02-23 17:12:55 +05:30
2024-11-08 00:55:57 +05:30
2026-02-21 17:34:08 -08:00
2026-03-15 18:18:32 -07:00
2026-03-13 11:01:40 -07:00
2025-09-25 15:47:01 -07:00
2025-07-16 15:07:01 -07:00
2026-02-28 09:46:35 -08:00
2025-01-15 21:52:45 -08:00
2026-02-28 09:46:35 -08:00
2025-11-11 08:20:13 -08:00
2024-11-08 00:55:57 +05:30
2026-02-20 11:49:38 -03:00
2026-02-21 00:46:51 -08:00
2026-01-25 23:08:16 -08:00
2025-12-09 18:40:51 -08:00
2026-03-13 10:15:47 -07:00
2026-03-05 03:46:03 +05:30
2026-02-20 11:35:43 -03:00
2024-11-08 00:55:57 +05:30
2026-02-25 17:55:26 -08:00
2025-07-22 23:16:46 -07:00
2026-02-17 19:29:20 -03:00
2026-02-27 15:41:03 -08:00
2025-11-21 08:53:18 -08:00
2026-01-13 09:38:19 -07:00
2024-11-08 00:55:57 +05:30
2026-02-17 20:26:28 +05:30
2025-07-27 09:52:22 -07:00
2025-11-14 09:21:45 -08:00
2024-11-08 00:55:57 +05:30
2026-02-17 20:26:28 +05:30
2025-07-04 14:42:42 -07:00
2026-02-18 16:58:38 -08:00
2024-11-08 00:55:57 +05:30
2025-10-25 10:19:24 -07:00
2024-12-28 17:08:19 -08:00
2024-11-08 00:55:57 +05:30
2026-02-28 09:46:35 -08:00
2026-02-17 19:30:22 -03:00
2026-02-20 11:36:54 -03:00
2026-03-12 22:53:31 -07:00
2025-11-22 10:01:02 -08:00
2026-03-13 23:02:09 -07:00
2026-02-20 13:19:01 -03:00
2026-01-26 09:48:06 -08:00
2026-02-20 11:28:42 -03:00
2026-02-12 19:39:04 +05:30
2026-02-26 13:03:01 +05:30
2025-12-11 12:50:03 -08:00
2025-12-11 12:50:03 -08:00
2026-03-07 15:19:39 -08:00
2026-02-02 13:29:37 +05:30
2025-01-05 13:43:32 -08:00