aboutsummaryrefslogtreecommitdiff
path: root/fixtures
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-06-30 01:43:25 +0300
committerValentin Popov <valentin@popov.link>2026-06-30 01:43:25 +0300
commit0a7ba55b441f3b36a294b18e96b2887d6fd47b45 (patch)
tree4f21b7b0672c4b560dde4b2abf7f63e1227e8c55 /fixtures
parent29f7a398ffbc66520127122b0bdb2edae7f327fb (diff)
downloadfparkan-0a7ba55b441f3b36a294b18e96b2887d6fd47b45.tar.xz
fparkan-0a7ba55b441f3b36a294b18e96b2887d6fd47b45.zip
test(resource): cover archive byte-budget eviction
Diffstat (limited to 'fixtures')
-rw-r--r--fixtures/acceptance/coverage.tsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixtures/acceptance/coverage.tsv b/fixtures/acceptance/coverage.tsv
index 991e174..2917c62 100644
--- a/fixtures/acceptance/coverage.tsv
+++ b/fixtures/acceptance/coverage.tsv
@@ -151,7 +151,7 @@ S1-RES-001 covered cargo test -p fparkan-resource --offline cached_repository_re
S1-RES-002 covered cargo test -p fparkan-resource --offline entry_handles_are_archive_qualified
S1-RES-003 covered cargo test -p fparkan-resource --offline archive_cache_and_decoded_payload_cache_evict_independently
S1-RES-004 covered cargo test -p fparkan-resource --offline entry_read_error_carries_archive_path_and_entry_name
-S1-RES-005 partial cargo test -p fparkan-resource --offline archive_cache_and_decoded_payload_cache_evict_independently; explicit max_archive_bytes eviction test is still missing
+S1-RES-005 covered cargo test -p fparkan-resource --offline archive_cache_evicts_by_byte_budget
S1-RES-006 covered cargo test -p fparkan-resource --offline archive_cache_eviction_makes_old_handles_stale
S1-RES-007 covered cargo test -p fparkan-resource --offline lossy_equivalent_archive_paths_remain_distinct
S1-DIAG-001 partial cargo test -p fparkan-inspection --offline archive_diagnostic_preserves_source_path; entry/span coverage is still missing