Skip to content
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

Driver test failed after adding volume expansion capacity #197

Closed
sanjid133 opened this issue May 3, 2019 · 4 comments
Closed

Driver test failed after adding volume expansion capacity #197

sanjid133 opened this issue May 3, 2019 · 4 comments

Comments

@sanjid133
Copy link

I have added volume expansion capability

{
				Type: &csi.PluginCapability_VolumeExpansion_{
					VolumeExpansion: &csi.PluginCapability_VolumeExpansion{
						Type: csi.PluginCapability_VolumeExpansion_ONLINE,
					},
				},
			},

When run suit test getting following error

Summarizing 3 Failures:

[Fail] Identity Service GetPluginCapabilities [It] should return appropriate capabilities 
/.../vendor/github.com/kubernetes-csi/csi-test/pkg/sanity/identity.go:56

[Fail] Controller Service ControllerGetCapabilities [It] should return appropriate capabilities 
/.../vendor/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:130

[Fail] Node Service NodeGetCapabilities [It] should return appropriate capabilities 
/...r/vendor/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:124
@pohly
Copy link
Contributor

pohly commented May 7, 2019

Which version of csi-test are you using?

4087ca9 added support for the capability. Is that perhaps incomplete?

@sanjid133
Copy link
Author

@pohly i am using csi spec v1.1.0

@pohly
Copy link
Contributor

pohly commented May 17, 2019

And which version of this repo (= csi-test) are you using?

@sanjid133
Copy link
Author

@pohly v2.0.0, which is working now. thanks.

xing-yang added a commit to xing-yang/csi-test that referenced this issue Aug 23, 2022
d24254f Merge pull request kubernetes-csi#202 from xing-yang/kind_0.14.0
0faa3fc Update to Kind v0.14.0 images
ef4e1b2 Merge pull request kubernetes-csi#201 from xing-yang/add_1.24_image
4ddce25 Add 1.24 Kind image
7fe5149 Merge pull request kubernetes-csi#200 from pohly/bump-kubernetes-version
70915a8 prow.sh: update snapshotter version
31a3f38 Merge pull request kubernetes-csi#199 from pohly/bump-kubernetes-version
7577454 prow.sh: bump Kubernetes to v1.22.0
d29a2e7 Merge pull request kubernetes-csi#198 from pohly/csi-test-5.0.0
41cb70d prow.sh: sanity testing with csi-test v5.0.0
c85a63f Merge pull request kubernetes-csi#197 from pohly/fix-alpha-testing
b86d8e9 support Kubernetes 1.25 + Ginkgo v2
ab0b0a3 Merge pull request kubernetes-csi#192 from andyzhangx/patch-1
7bbab24 Merge pull request kubernetes-csi#196 from humblec/non-alpha
e51ff2c introduce control variable for non alpha feature gate configuration
ca19ef5 Merge pull request kubernetes-csi#195 from pohly/fix-alpha-testing
3948331 fix testing with latest Kubernetes
9a0260c fix boilerplate header

git-subtree-dir: release-tools
git-subtree-split: d24254f
stmcginnis pushed a commit to stmcginnis/csi-test that referenced this issue Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants