mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Remove test code
This commit is contained in:
parent
4a878c0006
commit
84f2dc3b53
|
@ -1979,18 +1979,6 @@ func _VolumeServer_DeleteCollection_Handler(srv interface{}, ctx context.Context
|
||||||
func _VolumeServer_AllocateVolume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
func _VolumeServer_AllocateVolume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||||
in := new(AllocateVolumeRequest)
|
in := new(AllocateVolumeRequest)
|
||||||
|
|
||||||
if in.MemoryMapMaxSizeMB > 0 {
|
|
||||||
test := 6
|
|
||||||
test += 5
|
|
||||||
}
|
|
||||||
if in.MemoryMapMaxSizeMB == 77 {
|
|
||||||
test := 7
|
|
||||||
test += 656
|
|
||||||
}
|
|
||||||
if in.Ttl != "" {
|
|
||||||
test := 2345
|
|
||||||
test += 567
|
|
||||||
}
|
|
||||||
if err := dec(in); err != nil {
|
if err := dec(in); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue