1
0
mirror of https://github.com/minio/minio.git synced 2025-01-20 11:13:17 -05:00

6 Commits

Author SHA1 Message Date
Anis Elleuch
acc9c033ed
debug: Add X-Amz-Request-ID to lock/unlock calls () 2022-12-23 19:49:07 -08:00
Anis Elleuch
afd4279cd8
lock tests: Initialize different DRWMutex for each lock () 2022-10-10 15:14:32 -07:00
Klaus Post
b030ef1aca
tests: Clean up dsync package ()
Add non-constant timeouts to dsync package.

Reduce test runtime by minutes. Hopefully not too aggressive.
2022-03-01 11:14:28 -08:00
Harshavardhana
f527c708f2
run gofumpt cleanup across code-base () 2022-01-02 09:15:06 -08:00
Harshavardhana
838de23357
re-use rand.New() do not repeat allocate. ()
also simplify readerLocks to be just like
writeLocks, DRWMutex() is never shared
and there are order guarantees that need
for such a thing to work for RLock's
2021-10-18 08:39:59 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00