Skip to content

Commit bbc2405

Browse files
author
Your Name
committed
docs: verify ADR claims for knn-chunk-cache-empty-path-flake [G.CDOC]
1 parent 9ec0ed9 commit bbc2405

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/superskills/adrs/2026-07-28-knn-chunk-cache-empty-path-flake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ADR: Fix a parallel-test flake caused by empty-string DB paths colliding in the embedding cache
22

3+
> **[G.CDOC verified 2026-07-28]** Section 3's "3 call sites" claim confirmed by grepping the
4+
> committed tree for `stable_db_path(conn)` — exactly `invalidate` (embedding.rs:274), `knn`
5+
> (embedding.rs:369), `knn_chunks` (embedding.rs:444). Section 7's repro numbers (4/60 pre-fix,
6+
> 0/60 post-fix) and `cargo test --workspace`/`cargo fmt --check` results were captured live
7+
> this session, not recalled. No CONTRADICTED claims found.
8+
39
## 1. Title
410
Stop `knn`/`knn_chunks`' process-wide embedding cache from treating every `:memory:`
511
connection as the same database, which was silently contaminating parallel test runs.

0 commit comments

Comments
 (0)