storj / uplink

Storj network Go library
MIT License
115 stars 18 forks source link

Race when upload is canceled #153

Closed mniewrzal closed 9 months ago

mniewrzal commented 10 months ago

Test TestContextCancelUpload is failing because at some point Write method instead of returning context canceled error it's returning just nil. Most probably we have some race in new upload code path. Mentioned test is skipped for now.

mniewrzal commented 9 months ago

In the end we needed just to fix tests https://review.dev.storj.io/c/storj/uplink/+/11073