Mathias Fredriksson
00a6dc56a7
test(coderd/x/chatd): wait for settled state in PromoteQueued ordering ( #25644 )
...
TestPromoteQueuedWhileRunningRespectsMessageOrder was flaky because
it read queue state from the database immediately after PromoteQueued
returned. The active server worker drains queued messages concurrently,
so the DB read races the auto-promote pipeline (TOCTOU).
Instead of asserting intermediate queue state, wait for all three
promoted messages to appear in chat history and verify their relative
order (B before A before C). This asserts the same invariant (promote
reorders B to the front) without reading during the race window.
Closes CODAGT-384
2026-05-25 17:58:31 +03:00
..
2026-05-19 17:57:14 +02:00
2026-03-23 17:34:43 +00:00
2026-05-22 20:24:38 +10:00
2026-05-14 11:40:43 +10:00
2026-05-22 20:24:38 +10:00
2026-05-04 20:30:50 +02:00
2026-05-21 08:12:34 +00:00
2026-05-22 02:17:09 +02:00
2026-05-08 15:52:42 +10:00
2026-05-20 01:28:02 +10:00
2026-05-04 11:17:19 +02:00
2026-05-22 14:08:07 +00:00
2026-05-04 11:17:19 +02:00
2026-03-30 11:43:59 +00:00
2026-05-12 08:54:53 -04:00
2026-05-22 20:24:38 +10:00
2026-05-22 20:24:38 +10:00
2026-05-18 12:30:30 -04:00
2026-04-20 12:27:16 +02:00
2026-05-22 09:50:01 +02:00
2026-05-25 17:58:31 +03:00
2026-05-22 14:08:07 +00:00
2026-05-08 02:07:33 +10:00
2026-05-04 20:30:50 +02:00
2026-05-22 20:24:38 +10:00
2026-05-22 09:50:01 +02:00
2026-04-09 16:33:00 +02:00
2026-05-22 20:24:38 +10:00
2026-03-27 18:47:39 +11:00
2026-05-20 01:37:38 +02:00
2026-04-08 11:54:44 -04:00
2026-04-08 11:54:44 -04:00
2026-05-12 22:13:55 +10:00
2026-05-22 14:08:07 +00:00
2026-04-09 16:33:00 +02:00
2026-05-12 14:50:30 +02:00
2026-05-22 07:53:23 +02:00
2026-05-05 00:57:51 +02:00
2026-05-05 00:57:51 +02:00
2026-05-22 14:08:07 +00:00
2026-05-22 20:24:38 +10:00
2026-05-22 02:17:09 +02:00
2026-05-01 13:29:33 +01:00
2026-04-22 20:11:53 +10:00
2026-03-25 14:09:24 +00:00
2026-03-25 14:09:24 +00:00
2026-05-22 20:24:38 +10:00
2026-04-22 20:11:53 +10:00
2026-05-11 17:27:03 -04:00
2026-05-22 02:17:09 +02:00
2026-05-01 13:29:33 +01:00
2026-05-22 09:50:01 +02:00
2026-05-01 13:29:33 +01:00
2026-05-22 14:08:07 +00:00
2026-05-21 10:35:41 +03:00
2026-05-12 22:13:55 +10:00
2026-05-22 20:24:38 +10:00
2026-05-22 02:17:09 +02:00
2026-05-22 09:50:01 +02:00
2026-05-22 20:24:38 +10:00
2026-04-14 16:56:17 +01:00