Files
stack/tests/bib/test_walk_docket.py
kert 32c06ad204 fix(bib): walk_docket never seals an empty docket; --force re-fetches attachments (refs #615)
An empty walk over a docket bib never ingested (a farm that never
landed) satisfied should_seal and sealed it shut with zero comments.
Read docket_counts before sealing and require at least one stored
comment; the counts read is reused for the seal row.

--force also skipped attachments for every comment whose row came back
"unchanged", so the one flag meant to repair a docket could not repair
its missing files.
2026-09-08 15:36:46 -04:00

6.7 KiB