Skip to content

DDK-252: Restores checksum verification to export process

David Chandek-Stark requested to merge DDK-252-restore-checksum-verification into main

Previously, we removed the unsafe (and redundant) digest calculation method that was killing the process on large files. This MR restores checksum verification in a non-redundant way by building a map of paths to (repository-)known SHA1 digests, and then comparing the digests to the ones generated for the bag manifest.

There are a couple of included ancillary changes:

  • Lowers the log level for API entity exposure generation to debug.
  • Adds a ci option to .docker/test.sh

Merge request reports

Loading