-
Notifications
You must be signed in to change notification settings - Fork 159
Update CSI sanity to v4.2.0 #816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CSI sanity to v4.2.0 #816
Conversation
The fake GCE DeleteDisk() method is updated to return nil when a disk is not found to align its behavior with that of the real implementation. Some tests were skipped for now because the potential fixes are nontrivial and require more investigation. Please see issue kubernetes-sigs#818 for more details.
9440b5c
to
d1a968c
Compare
if _, ok := cloud.disks[volKey.Name]; !ok { | ||
return notFoundError() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For context, this was removed to align behavior with the real implementation.
This is in a reviewable state now, PTAL when you have a moment |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrishenzie, mattcary The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR updates the CSI sanity library to the most recent release, v4.2.0.
This is important for asserting correct driver behavior and is a prerequisite for additional tests we will want to run against this driver, namely for the new NodePublishVolume behavior tied to the new access modes.
Special notes for your reviewer:
Please see #818 for more details on the skipped tests and possible solutions.
Does this PR introduce a user-facing change?:
/assign @msau42
/assign @mattcary