Z
33c8733750
add unicode filename test, add env switches for long filenames/unicode filenames, update workflow file to include env variables ( #1371 )
2021-10-09 12:38:36 -07:00
Jarek Kowalski
35d0f31c0d
huge: replaced the use of allocated byte slices with populating gather.WriteBuffer in the repository ( #1244 )
...
This helps recycle buffers more efficiently during snapshots.
Also, improved memory tracking, enabled profiling flags and added pprof
by default.
2021-08-20 08:45:10 -07:00
Robert Kroeger
93979818e6
Add a flag to not shallowrestore small files ( #1126 )
...
When doing a shallow restore, small files might take up less size than
storing the DirectoryEntry metadata. Add a minimum file size flag that
where files below that size will be written directly instead being
represented with shallow placeholders. This improves on #710 .
2021-06-09 20:31:07 -07:00
Jarek Kowalski
281a7fcc95
e2e test refactoring ( #1058 )
...
* tests: refactored test directory creation into separate package
* mechanical: refactored e2e test output parsing and error handling
2021-05-08 11:15:31 -07:00