mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
2040559f71
If `SkipReader` is called with a small initial buffer it may be doing a huge number if Reads to skip the requested number of bytes. If a small buffer is provided grab a 32K buffer and use that. Fixes slow execution of `testAPIGetObjectWithMPHandler`. Bonuses: * Use `-short` with `-race` test. * Do all suite test types with `-short`. * Enable compressed+encrypted in `testAPIGetObjectWithMPHandler`. * Disable big file tests in `testAPIGetObjectWithMPHandler` when using `-short`. |
||
---|---|---|
.. | ||
append-file_nix.go | ||
append-file_windows.go | ||
discard.go | ||
hardlimitreader.go | ||
ioutil_test.go | ||
ioutil.go | ||
read_file_noatime_notsupported.go | ||
read_file_noatime_supported.go | ||
read_file.go | ||
wait_pipe.go |