You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which platform are you using? (ex: Windows, Linux, Debian)
Mac
What problem was encountered?
Calling UploadStreamToBlockBlob with wrong credentials throws panic
The reason for that is that is that copyFromReader returns without waiting for goroutines to end ( In case of error)
How can we reproduce the problem in the simplest way?
I ran into this bug when I Called UploadStreamToBlockBlob with a ~11MB size file with invalid credentials.
However a simple way would be to run this test
Which version of the SDK was used?
0.13.0
Which platform are you using? (ex: Windows, Linux, Debian)
Mac
What problem was encountered?
Calling
UploadStreamToBlockBlob
with wrong credentials throws panicThe reason for that is that is that
copyFromReader
returns without waiting for goroutines to end ( In case of error)How can we reproduce the problem in the simplest way?
I ran into this bug when I Called
UploadStreamToBlockBlob
with a ~11MB size file with invalid credentials.However a simple way would be to run this test
Have you found a mitigation/solution?
yes, calling wait() before returning the error
The text was updated successfully, but these errors were encountered: