2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-17 08:12:57 +00:00
restic/internal/checker
Michael Eischer c0627dc80d check: Fix flaky TestCheckerModifiedData
The test had a 4% chance of not modified the data read from the
repository, in which case the test would fail. Change the data
manipulation to just modified each read operation.
2023-05-01 17:18:19 +02:00
..
testdata
checker_test.go check: Fix flaky TestCheckerModifiedData 2023-05-01 17:18:19 +02:00
checker.go checker: Make ErrLegacyLayout a value, not a type 2022-12-17 09:41:07 +01:00
testing.go