Depends on D4636
Calculating and sending real sha512 hash instead of some mocked bytes when creating a new backup and sending logs
Differential D4667
[services] Tests - Backup - Calculate a real hash for backups/logs • karol on Jul 28 2022, 6:35 AM. Authored by Tags None Referenced Files
Details Depends on D4636 Calculating and sending real sha512 hash instead of some mocked bytes when creating a new backup and sending logs term 1 cd services yarn run-blob-service-in-sandbox term 2 cd services yarn run-backup-service-in-sandbox term 3 cd services yarn run-integration-tests backup check in the database that you have real hashes instead of something like ABCD
Diff Detail
Event TimelineComment Actions It would be better to have an abstraction over hash algorithm so that when we decide to change it, we don't need to modify its usages. Adding @ashoat because there are new dependencies.
Comment Actions
Fair point, we can exclude it to an external place.
Comment Actions New dependencies seem reasonable; deferring to other reviewers on the rest of the review
Comment Actions renamse function to stable
|