Open
Description
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 (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)
Lines 1290 to 1300 in 21b9e19
More context can be found in conversations under the PR: civo/civo-csi#46
Acceptance criteria:
- Update fake client to match the actual API behaviour for ResizeVolume method.
Metadata
Metadata
Assignees
Labels
No labels