docs(adr-186): confirm full-workspace regression green post race-fix (0 failed)
This commit is contained in:
parent
7ed57f0415
commit
daa82092a0
|
|
@ -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
|
--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
|
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
|
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
|
deletions (each test cleans only its own artifact; `data/models` is gitignored).
|
||||||
two-crate command above (which runs every touched test) is **0 failed** post-fix; a
|
Re-verified post-fix: `cargo test --workspace --no-default-features` — **0 failed**
|
||||||
full `--workspace` re-run to reconfirm the other crates is in progress. **VERIFIED
|
(exit 0). **VERIFIED.**
|
||||||
(touched crates); full-workspace re-run confirming.**
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue