gsxdsm
c18e827b90
FN-6839: await CLI cached store shutdown
Rescue the retained CLI quarantine by making TaskStore shutdown deterministic before fixture cleanup.
- Await cached extension TaskStore closes and clear the cache before asynchronous shutdown drains.
- Update CLI fixtures to await direct and cached store closure, with a regression proving cached close is awaited.
- Remove rescued CLI quarantine entries/excludes and document the loaded-suite rescue with a patch changeset.
Files changed:
.changeset/fn-6839-close-cached-stores.md | 5 ++
CLAUDE.md | 1 +
docs/testing.md | 4 ++
.../extension-agent-set-instructions.test.ts | 2 +-
.../__tests__/extension-goal-tools-audit.test.ts | 2 +-
.../cli/src/__tests__/extension-goal-tools.test.ts | 2 +-
.../cli/src/__tests__/extension-insights.test.ts | 6 +--
.../__tests__/extension-mission-goal-tools.test.ts | 2 +-
.../cli/src/__tests__/extension-task-tools.test.ts | 16 ++++---
packages/cli/src/__tests__/extension.test.ts | 56 +++++++++++-----------
.../src/__tests__/research-extension-tools.test.ts | 4 +-
packages/cli/src/extension.ts | 16 +++----
packages/cli/vitest.config.ts | 6 +--
scripts/lib/test-quarantine.json | 15 ------
14 files changed, 68 insertions(+), 69 deletions(-)
Fusion-Task-Id: FN-6839
Fusion-Task-Lineage: ea0c7c77-bb59-4db4-931d-5e052a1043e5
2026-06-21 09:00:40 -07:00
..
2026-06-05 22:28:50 -07:00
2026-06-02 21:54:14 -07:00
2026-06-13 06:12:09 -07:00
2026-05-30 08:39:38 -07:00
2026-05-27 21:31:13 -07:00
2026-05-10 06:14:19 -07:00
2026-05-10 06:14:19 -07:00
2026-06-03 09:25:56 -07:00
2026-06-07 23:57:02 -07:00
2026-06-18 13:41:37 -07:00
2026-05-04 22:17:10 -07:00
2026-06-16 22:52:00 -07:00
2026-06-17 03:42:03 -07:00
2026-06-13 09:14:02 -07:00
2026-05-10 23:36:10 -07:00
2026-06-21 09:00:40 -07:00
2026-06-13 09:14:02 -07:00
2026-05-17 18:46:42 -07:00
2026-05-19 06:51:26 -07:00
2026-05-18 23:50:00 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 09:00:40 -07:00
2026-06-14 15:29:35 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 09:00:40 -07:00
2026-05-15 21:08:05 -07:00
2026-06-21 09:00:40 -07:00
2026-06-16 15:08:24 -07:00
2026-06-07 18:51:46 -07:00
2026-05-29 08:25:38 -07:00
2026-05-28 19:44:15 -07:00
2026-06-13 17:17:25 -07:00
2026-06-13 09:14:02 -07:00
2026-06-01 19:40:28 -07:00
2026-06-14 15:29:35 -07:00
2026-06-13 18:27:39 -07:00
2026-06-13 06:12:09 -07:00
2026-06-06 00:09:53 -07:00
2026-05-01 23:35:44 -07:00
2026-06-13 09:14:02 -07:00
2026-06-21 09:00:40 -07:00
2026-06-05 13:58:34 -07:00
2026-05-06 09:43:51 -07:00
2026-06-18 00:26:48 -07:00
2026-05-23 17:07:14 -07:00
2026-06-13 09:14:02 -07:00
2026-06-10 01:07:48 -07:00
2026-06-13 09:14:02 -07:00
2026-06-13 09:14:02 -07:00
2026-04-29 08:15:38 -07:00
2026-05-16 18:40:04 -07:00