mirror of
https://github.com/kopia/kopia.git
synced 2026-04-04 06:22:59 -04:00
Avoid allocating 1GB of RAM to write a test file. Exclude test from race detector. - Fixes: #4610 - Ref: #4439 nits: - use `require.Greater`. - add types to constants to used them with `require.*`. - factor out function to write file with random data.