mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.83k stars 154 forks source link

irmin-pack: fix index integrity check for v3 #2267

Closed metanivek closed 1 year ago

metanivek commented 1 year ago

A few issues existed for running the index integrity check for v3 stores:

I've added more stores to our cram test so that we cover all of these issues.

Fixes #2264