Update test plan doc regarding warn behavior

Co-authored-by: Copilot Autofix powered by AI <[email protected]>
This commit is contained in:
Jason Ginchereau
2026-06-17 14:39:18 -10:00
committed by Jason Ginchereau
co-authored by Copilot Autofix powered by AI
parent 998c5ad7fd
commit 62e4d31b22
+2 -2
View File
@@ -152,8 +152,8 @@ lists" and observe `extractTar`'s reaction. They mock `@actions/exec`,
- Clean archive → no warning, no throw, extraction proceeds - Clean archive → no warning, no throw, extraction proceeds
- `listAndValidate` throws → wrapped as `CacheIntegrityError(PARSE_ERROR)`, - `listAndValidate` throws → wrapped as `CacheIntegrityError(PARSE_ERROR)`,
system tar not invoked system tar not invoked
- Parse failure in `'warn'` mode → still wrapped as `CacheIntegrityError(PARSE_ERROR)` - Parse failure in `'warn'` mode → warning is logged, validation is skipped,
and surfaced (we can't trust the archive when we can't even read it) and extraction still proceeds
### Plumbing ### Plumbing