Files
pixa/internal/imgcache/eviction_test.go
sneak 41347a7e9f test: add failing test for one-shot-only reconciliation
reconcileAccounting currently runs exactly once, at evictor startup.
Combined with StoreVariant's best-effort accounting insert, a variant
file that lands on disk untracked during steady-state operation (e.g.
insert failed under transient DB contention) stays invisible to
UsageBytes/EvictToLimit until the next process restart -- the drift
window the review flagged. Currently red: a file introduced after
startup reconciliation has already run is never adopted.
2026-08-09 00:47:18 +00:00

24 KiB