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 snapshot export #2257

Closed metanivek closed 1 year ago

metanivek commented 1 year ago

GC-based snapshot export did not work if called with a commit that is older than the latest GC commit.

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (3.7@6851cba). Click here to learn what that means. The diff coverage is n/a.

:exclamation: Current head 8dea941 differs from pull request most recent head db29141. Consider uploading reports for the commit db29141 to get more accurate results

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@          Coverage Diff           @@
##             3.7    #2257   +/-   ##
======================================
  Coverage       ?   68.14%           
======================================
  Files          ?      137           
  Lines          ?    16668           
  Branches       ?        0           
======================================
  Hits           ?    11359           
  Misses         ?     5309           
  Partials       ?        0           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

metanivek commented 1 year ago

Will merge once we have confirmation it fixes downstream issues.