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
If we see the fake client implementation of ResizeVolume method, it only errors out in one situation when the volume we are looking for is not there (throws ZeroMatchesError). But on the API side, we can see that it can throw error for various other reasons (e.g., retry errors, VolumeResizeOnlineError and other upstream errors)
Summary
If we see the fake client implementation of
ResizeVolume
method, it only errors out in one situation when the volume we are looking for is not there (throwsZeroMatchesError
). But on the API side, we can see that it can throw error for various other reasons (e.g., retry errors, VolumeResizeOnlineError and other upstream errors)civogo/fake_client.go
Lines 1290 to 1300 in 21b9e19
More context can be found in conversations under the PR: civo/civo-csi#46
Acceptance criteria:
The text was updated successfully, but these errors were encountered: