qdrant-cloud-bot
be82eceb40
Fix flaky strict mode collection size tests ( #8922 )
...
These tests rely on the collection size stats cache being refreshed to
detect that a size limit has been exceeded. Without wait=true, upsert
operations are written to WAL and acknowledged immediately without being
applied to segments. When the cache refreshes, it reads segment data
which may not yet reflect the pending WAL operations, causing the size
check to see stale values and not reject the request.
Adding wait=true ensures operations are applied to segments before the
response returns, so the cache refresh sees the correct sizes.
Co-authored-by: Cursor Agent <agent@cursor.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-06 13:14:06 +02:00
..
2026-02-06 19:36:27 +01:00
2024-08-03 21:44:22 +02:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2025-03-04 13:19:50 +01:00
2024-11-06 20:09:31 +01:00
2025-09-05 18:25:37 +02:00
2024-11-06 20:09:31 +01:00
2025-08-13 16:59:42 +02:00
2024-11-06 20:09:31 +01:00
2025-08-26 11:49:17 +02:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2025-08-15 15:47:43 +02:00
2024-11-06 20:09:31 +01:00
2026-03-19 11:33:09 +01:00
2024-11-06 20:09:31 +01:00
2026-03-12 19:54:34 +01:00
2026-01-16 12:20:40 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2026-04-21 15:23:46 +02:00
2025-07-10 11:40:11 +02:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2025-08-24 12:09:05 +02:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2024-08-03 21:44:22 +02:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2025-04-25 10:59:07 +02:00
2025-04-25 10:59:07 +02:00
2025-07-02 10:50:23 +02:00
2025-07-02 10:50:23 +02:00
2026-04-23 18:34:50 +02:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2026-01-26 18:03:52 +01:00
2025-04-25 10:59:07 +02:00
2024-11-06 20:09:31 +01:00
2026-04-20 10:00:56 +02:00
2025-05-15 13:15:36 +02:00
2024-11-06 20:09:31 +01:00
2025-09-16 11:16:17 +02:00
2026-02-10 17:28:27 -03:00
2025-07-02 10:50:23 +02:00
2024-11-06 20:09:31 +01:00
2026-02-06 19:36:27 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2026-02-18 16:55:47 +01:00
2024-08-03 21:44:22 +02:00
2024-11-06 20:09:31 +01:00
2026-04-27 12:56:29 +02:00
2025-11-28 21:50:09 -03:00
2024-11-06 20:09:31 +01:00
2026-03-10 17:13:32 +01:00
2024-11-06 20:09:31 +01:00
2025-03-21 14:55:37 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2026-04-10 11:18:15 +02:00
2025-07-17 16:11:44 +02:00
2026-04-20 11:27:32 +02:00
2025-09-16 12:03:54 +02:00
2026-05-06 13:14:06 +02:00
2024-11-06 20:09:31 +01:00
2026-04-30 11:01:05 +02:00
2026-01-27 00:39:25 +01:00
2026-02-13 17:36:54 +01:00
2024-11-06 20:09:31 +01:00
2024-11-06 20:09:31 +01:00
2026-04-22 13:58:32 +02:00
2025-11-12 15:52:04 +01:00
2026-04-02 12:57:32 +02:00