Skip to content

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

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

chrishenzie
Copy link
Contributor

@chrishenzie chrishenzie commented Aug 7, 2021

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?:

Updates the CSI sanity test suite to v4.2.0

/assign @msau42
/assign @mattcary

@k8s-ci-robot k8s-ci-robot requested review from mattcary and msau42 August 7, 2021 00:05
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Aug 7, 2021
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.
@chrishenzie chrishenzie changed the title [WIP] Update CSI sanity to v4.2.0 Update CSI sanity to v4.2.0 Aug 12, 2021
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 12, 2021
Comment on lines -296 to -298
if _, ok := cloud.disks[volKey.Name]; !ok {
return notFoundError()
}
Copy link
Contributor Author

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.

@chrishenzie
Copy link
Contributor Author

This is in a reviewable state now, PTAL when you have a moment

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 12, 2021
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 12, 2021
@k8s-ci-robot k8s-ci-robot merged commit 10878bd into kubernetes-sigs:master Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants