From daa82092a0073750f46b64b6117dd20060fa2529 Mon Sep 17 00:00:00 2001 From: ruv Date: Tue, 21 Jul 2026 17:25:16 -0700 Subject: [PATCH] docs(adr-186): confirm full-workspace regression green post race-fix (0 failed) --- docs/adr/ADR-186-training-progress-api.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/adr/ADR-186-training-progress-api.md b/docs/adr/ADR-186-training-progress-api.md index 5d6cbe02..6ca7c194 100644 --- a/docs/adr/ADR-186-training-progress-api.md +++ b/docs/adr/ADR-186-training-progress-api.md @@ -415,10 +415,9 @@ All must pass before ADR-186 is Accepted: --no-default-features` run initially surfaced a **test-only parallelism race** in the new tests (two model-writing tests deleted `.rvf`s by directory-diff, occasionally removing a file a third test asserted existed) — fixed by removing the cross-test - deletions (each test cleans only its own artifact; `data/models` is gitignored). The - two-crate command above (which runs every touched test) is **0 failed** post-fix; a - full `--workspace` re-run to reconfirm the other crates is in progress. **VERIFIED - (touched crates); full-workspace re-run confirming.** + deletions (each test cleans only its own artifact; `data/models` is gitignored). + Re-verified post-fix: `cargo test --workspace --no-default-features` — **0 failed** + (exit 0). **VERIFIED.** ---