parent
e3fe31f7cb
commit
1fb6ad700f
29 changed files with 138 additions and 109 deletions
|
@ -132,7 +132,7 @@ func TestMultithreadCopy(t *testing.T) {
|
|||
tr := accounting.GlobalStats().NewTransfer(src)
|
||||
|
||||
defer func() {
|
||||
tr.Done(err)
|
||||
tr.Done(ctx, err)
|
||||
}()
|
||||
dst, err := multiThreadCopy(ctx, r.Flocal, "file1", src, 2, tr)
|
||||
require.NoError(t, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue