mirror of
https://github.com/minio/minio.git
synced 2025-11-29 21:33:31 -05:00
Locking: move locking code from xl-erasure to xl-objects. (#1673)
Fixes #1639 #1649 #1650 #1624
This commit is contained in:
committed by
Harshavardhana
parent
a0865122a7
commit
3c1ef3fee2
@@ -29,6 +29,10 @@ var _ = Suite(&MySuite{})
|
||||
|
||||
func (s *MySuite) TestFSAPISuite(c *C) {
|
||||
var storageList []string
|
||||
|
||||
// Initialize name space lock.
|
||||
initNSLock()
|
||||
|
||||
create := func() ObjectLayer {
|
||||
path, err := ioutil.TempDir(os.TempDir(), "minio-")
|
||||
c.Check(err, IsNil)
|
||||
|
||||
Reference in New Issue
Block a user