mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
rpc/lock: Make sure to capitalize for proper marshalling. (#3544)
Distributed setup stopped working for certain types of operations `6d10f4c19af6861e4de1b22ac20a3e5136f69d67` This is a regression. Fixes #3543
This commit is contained in:
@@ -350,7 +350,7 @@ func TestLockRpcServerForceUnlock(t *testing.T) {
|
||||
}
|
||||
|
||||
// Then test force unlock of a lock that does not exist (not returning an error)
|
||||
laForce.dsyncLockArgs.UID = ""
|
||||
laForce.LockArgs.UID = ""
|
||||
laForce.SetRequestTime(time.Now().UTC())
|
||||
err = locker.ForceUnlock(&laForce, &result)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user