fix go test

This commit is contained in:
Chris Lu 2021-08-15 23:20:46 -07:00
parent 1f35d32be0
commit e2aa3cf63b

View file

@ -148,6 +148,10 @@ func (fs *FilerServer) DownloadToLocal(ctx context.Context, req *filer_pb.Downlo
})
}
if fetchAndWriteErr != nil {
return nil, fetchAndWriteErr
}
garbage := entry.Chunks
newEntry := entry.ShallowClone()