Closed komer3 closed 2 months ago
Attention: Patch coverage is 0%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 38.46%. Comparing base (
1fa133b
) to head (9156e93
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/driver/errors.go | 0.00% | 2 Missing :warning: |
internal/driver/nodeserver.go | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Due to previous change with how we now handle getting mount source to close luks volume, it introduced test failures in the csi-sanity tests which went unnoticed. This PR fixes the issue and improved the error propagation from the csi-sanity script.
Example error from CSI-Sanity tests:
<*errors.errorString | 0xc000404230>{ s: "NodeUnstageVolume for volume ID 6076319-sanitynodefull17047E444ED144616 failed: rpc error: code = Internal desc = Failed to close the luks volume 6076319-sanitynodefull17047E444ED144616: rpc error: code = Internal desc = closeLuksMountSource failed to get mount source 6076319-sanitynodefull17047E444ED144616: invalid input: second part must start with 'pvc'", },
General:
Pull Request Guidelines: