mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 03:31:49 +08:00
fix test
This commit is contained in:
@@ -178,7 +178,7 @@ func (dir *Dir) doCreateEntry(name string, mode os.FileMode, uid, gid uint32, ex
|
|||||||
OExcl: exlusive,
|
OExcl: exlusive,
|
||||||
Signatures: []int32{dir.wfs.signature},
|
Signatures: []int32{dir.wfs.signature},
|
||||||
}
|
}
|
||||||
glog.V(1).Infof("create %s/%s: %v", dir.FullPath(), name)
|
glog.V(1).Infof("create %s/%s", dir.FullPath(), name)
|
||||||
|
|
||||||
err := dir.wfs.WithFilerClient(func(client filer_pb.SeaweedFilerClient) error {
|
err := dir.wfs.WithFilerClient(func(client filer_pb.SeaweedFilerClient) error {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user