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

Wrong version of CSI Driver Sanity Tester integrated in pkg/driver/driver_test.go #374

Open
avantikasparihar opened this issue Jan 20, 2024 · 1 comment

Comments

@avantikasparihar
Copy link

Hi,
The current implementation in pkg/driver/driver_test.go is utilizing an outdated version of the CSI Driver Sanity Tester library from github.com/kubernetes-csi/csi-test(see github.com/kubernetes-csi/csi-test v2.1.0+incompatible in go.mod). However, the latest available version of the library is v5.2.0 at github.com/kubernetes-csi/csi-test/v5.

The use of the outdated version (v2.1.0+incompatible) is problematic due to known errors and the absence of the complete test suite. The newer versions, especially v5.2.0, address these issues and provide a more robust and comprehensive set of tests.

Please see https://github.com/kubernetes-csi/csi-test/releases/tag/v5.2.0 for more details.

@datamattsson
Copy link
Collaborator

@sijeesh @dileepds can you investigate why csi-sanity isn't up to par? I thought this was part of QA.

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