# Regressions One file per input that once found a bug. `tests/regressions.rs` replays every file here through `kittygfx::oracle::check_bodies` on stable, so anything landing in this directory is a permanent test by virtue of the directory, with no test function to write and no chance of forgetting one. - `2026-08-30-many-ids-never-finished` and `2026-08-30-one-id-never-finished`: partial transmissions nothing evicts, one keyed across many `i=` values and one under a single id. Both are witnesses at a size a repository can hold; the sizes that actually exhaust a terminal are fed by `tests/regressions.rs`, which builds them rather than storing them.