Xiangzhe
091e2ba4da
test(ui): unmount before asserting so the auto-sync timer cannot outlive the test
...
Vitest went red on 'synchronizes upstream models only when autoFetchModels is
explicitly true' with new URL throwing inside a fetch dispatched from
Timeout._onTimeout (useProviderModels.ts:69). It is intermittent: green in the two
previous CI runs, green every time in isolation, red only under the ui suite's 20
parallel workers.
The hook schedules its auto-sync in a setTimeout whose callback only checks the
flag on entry — and that flag stays false while the component is
mounted. Both tests asserted first and unmounted last, so under contention the
timer escaped the test window, fired after afterEach had already run
vi.unstubAllGlobals(), and reached the REAL fetch with a relative URL.
Unmounting before the assertions closes the window: cleanup flips , the
callback returns early, and the calls already recorded on fetchMock are still there
to assert against. No assertion changed.
Not a regression from this cycle — the file's last change is fd76271515 (#10603 ).
Fixed rather than tracked because an intermittent red in a blocking job is worse
than a permanent one: it teaches people to re-run instead of to look.
Refs #10692
2026-08-25 17:15:16 -03:00
..
2026-08-22 20:13:10 -03:00
2026-06-23 03:08:29 -03:00
2026-07-13 09:12:40 -03:00
2026-06-27 09:07:12 -03:00
2026-08-14 00:57:33 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-06-22 03:17:02 -03:00
2026-07-04 13:00:30 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-22 22:46:34 -03:00
2026-07-04 13:00:30 -03:00
2026-06-21 08:56:51 -03:00
2026-07-17 03:04:00 -03:00
2026-08-25 09:48:12 -03:00
2026-07-29 15:18:55 -03:00
2026-06-20 14:55:24 -03:00
2026-08-23 06:40:37 -03:00
2026-07-29 15:18:55 -03:00
2026-08-20 09:46:13 -03:00
2026-08-07 20:52:03 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 08:38:55 -03:00
2026-07-02 10:47:13 -03:00
2026-06-17 02:43:21 -03:00
2026-06-17 19:26:32 -03:00
2026-06-14 10:45:22 -03:00
2026-06-14 10:45:22 -03:00
2026-07-02 10:47:13 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-06-26 02:51:06 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-06-23 17:06:18 -03:00
2026-07-02 10:47:13 -03:00
2026-06-29 08:40:06 -03:00
2026-07-29 15:18:55 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-23 17:06:18 -03:00
2026-07-29 15:18:55 -03:00
2026-08-20 09:46:13 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-08-25 10:27:32 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-08-14 00:57:33 -03:00
2026-08-20 22:20:54 -03:00
2026-06-15 03:32:11 -03:00
2026-06-15 03:32:11 -03:00
2026-08-09 10:07:30 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-07 18:08:08 -03:00
2026-08-10 18:16:34 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-08-12 16:09:34 -03:00
2026-08-21 00:29:01 -03:00
2026-07-17 03:04:00 -03:00
2026-08-25 09:48:12 -03:00
2026-07-17 03:04:00 -03:00
2026-06-23 17:06:18 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-07-04 13:00:30 -03:00
2026-06-28 06:58:29 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-13 04:49:28 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-08-12 16:09:34 -03:00
2026-07-04 13:00:30 -03:00
2026-07-13 09:12:40 -03:00
2026-07-17 03:04:00 -03:00
2026-08-10 18:16:08 -03:00
2026-07-02 10:47:13 -03:00
2026-08-15 14:23:29 -03:00
2026-08-10 00:16:06 -03:00
2026-08-10 20:10:07 -03:00
2026-08-24 07:30:28 -03:00
2026-08-19 12:54:05 -03:00
2026-08-21 02:13:07 -03:00
2026-06-27 09:07:12 -03:00
2026-08-20 09:31:12 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:29:43 -03:00
2026-08-06 05:58:58 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:29:43 -03:00
2026-06-19 06:49:01 -03:00
2026-08-24 12:13:45 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-08-18 11:56:00 -03:00
2026-08-18 12:13:48 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-23 03:08:29 -03:00
2026-08-21 02:12:56 -03:00
2026-07-13 09:12:40 -03:00
2026-07-29 15:18:55 -03:00
2026-08-20 20:30:40 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-07-13 09:12:40 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-08-07 20:52:35 -03:00
2026-06-22 03:17:02 -03:00
2026-08-12 16:09:34 -03:00
2026-08-25 09:48:12 -03:00
2026-08-25 09:48:12 -03:00
2026-06-17 19:26:32 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-22 18:55:23 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-25 10:27:32 -03:00
2026-08-25 10:27:32 -03:00
2026-08-23 10:13:31 -03:00
2026-06-29 08:40:06 -03:00
2026-07-04 13:00:30 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-13 09:12:40 -03:00
2026-08-12 16:09:34 -03:00
2026-08-12 16:09:34 -03:00
2026-08-09 15:16:55 -03:00
2026-06-29 08:40:06 -03:00
2026-06-17 19:26:32 -03:00
2026-07-29 15:18:55 -03:00
2026-06-12 23:49:22 -03:00
2026-07-29 15:18:55 -03:00
2026-06-29 08:40:06 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-08-21 00:29:01 -03:00
2026-06-28 06:58:29 -03:00
2026-07-17 03:04:00 -03:00
2026-06-25 13:17:40 -03:00
2026-08-12 16:09:34 -03:00
2026-08-25 17:15:16 -03:00
2026-08-14 00:57:33 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:30:10 -03:00
2026-08-22 22:46:34 -03:00
2026-06-14 10:45:22 -03:00
2026-07-13 09:12:40 -03:00
2026-08-09 16:20:54 -03:00