-
Notifications
You must be signed in to change notification settings - Fork 150
Add tests for ControllerServer.GetSnapshot #573
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
base: master
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nixpanic The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all Checking to see if nothing broke. |
/test pull-kubernetes-csi-csi-test Now with a hostpath driver that supports GetSnapshot |
/test pull-kubernetes-csi-csi-test Fixed the "expect an error on invalid snapshod-id" test. |
/test pull-kubernetes-csi-csi-test Now including updated |
f5fec3e Merge pull request kubernetes-csi#275 from chrishenzie/emeritus c5d285d Remove chrishenzie from kubernetes-csi-reviewers 0a435bf Merge pull request kubernetes-csi#274 from andyzhangx/patch-5 cd7b4bb Bump golang to 1.24.2 to fix CVE-2025-22871 701dc34 Merge pull request kubernetes-csi#273 from andyzhangx/patch-4 aeebd30 Bump golang to 1.24.0 f277d56 Merge pull request kubernetes-csi#270 from carlory/update-kind-version 6dcb96a update default kind version to v0.25.0 git-subtree-dir: release-tools git-subtree-split: f5fec3e364ddcdd060e7b7f22a04032556d194fb
Go 1.24 is required to build the latest csi-driver-hostpath.
/test pull-kubernetes-csi-csi-test Clean(er) release-tools update 🤞 |
Repoository and branch are the source of PR kubernetes-csi/csi-test#573
What type of PR is this?
/kind feature
What this PR does / why we need it:
GetSnapshot
is a new CSI procedure for the ControllerServer.Special notes for your reviewer:
/cc xing-yang
Reason for DRAFT: There is no release of the CSI spec with
GetSnapshot
yet, so this vendors the master branch of the spec and protobuf package.Some files had to be re-generated, GoMock has moved to an other home. Those changes are included here too.
Does this PR introduce a user-facing change?: