-
Notifications
You must be signed in to change notification settings - Fork 145
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
test: enable csi-proxy.exe
before executing Windows unit tests
#426
Comments
/assign |
csi-proxy.exe could be downloaded here: https://kubernetesartifacts.azureedge.net/csi-proxy/v0.2.0/binaries/csi-proxy.tar.gz |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
it's done |
What happened:
Following #421 (comment), the unit test pipeline on Windows will have to be changed to run
csi-proxy.exe
to avoid type casting errors.What you expected to happen:
How to reproduce it:
Run unit tests on Windows using the
go test
command. Though the tests pass, a lot of the tests are deliberately asserting on the type casting error to prevent failures.Anything else we need to know?:
Environment:
kubectl version
):uname -a
):The text was updated successfully, but these errors were encountered: