2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-27 14:09:01 +00:00
restic/internal/repository
Michael Eischer 885431ec2b repository: Allow skipping verification for tests
Some tests have to explicitly create pack files with blobs that don't
match their ID. For those blobs the builtin verification of the
repository must be disabled.
2024-02-04 19:08:30 +01:00
..
testdata internal/repository: Fix LoadBlob + fuzz test 2022-06-06 17:02:28 +02:00
doc.go gofmt all files 2022-08-19 19:12:26 +02:00
fuzz_test.go repository: make repo.Options configurable for test repos 2024-02-04 19:07:46 +01:00
key.go repository: Push all usage of errors.Fatal out of the package 2023-05-18 17:27:41 +02:00
packer_manager_test.go repository: store oversized blobs in separate pack files 2023-10-17 22:52:16 +02:00
packer_manager.go repository: store oversized blobs in separate pack files 2023-10-17 22:52:16 +02:00
packer_uploader.go repository: Rework blob saving to use an async pack uploader 2022-07-02 22:42:34 +02:00
repack_test.go repository: Allow skipping verification for tests 2024-02-04 19:08:30 +01:00
repack.go repository: Push all usage of errors.Fatal out of the package 2023-05-18 17:27:41 +02:00
repository_internal_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
repository_test.go repository: test that StreamPack only delivers blobs once 2024-01-08 21:33:05 +01:00
repository.go repository: Allow skipping verification for tests 2024-02-04 19:08:30 +01:00
testing.go repository: make repo.Options configurable for test repos 2024-02-04 19:07:46 +01:00