Add tests for ControllerServer.GetSnapshot#573
Add tests for ControllerServer.GetSnapshot#573nixpanic wants to merge 3 commits intokubernetes-csi:masterfrom
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. DetailsNeeds 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 |
|
/test pull-kubernetes-csi-csi-test Clean(er) release-tools update 🤞 |
Repoository and branch are the source of PR kubernetes-csi/csi-test#573
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
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
|
/remove-lifecycle rotten |
Repoository and branch are the source of PR kubernetes-csi/csi-test#573
Repoository and branch are the source of PR kubernetes-csi/csi-test#573
Repoository and branch are the source of PR kubernetes-csi/csi-test#573
|
/test all |
|
@nixpanic: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Repoository and branch are the source of PR kubernetes-csi/csi-test#573
|
/remove-lifecycle rotten Picking up kubernetes-csi/csi-driver-host-path#606 again as well. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
GetSnapshotis 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
GetSnapshotyet, 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?: