We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/kind bug
What happened? TestNodeGetCapabilities unit test fails as expectation changed
=== RUN TestNodeGetCapabilities /Users/madhankumar/work/csie2etest/prowFix/f2/ibm-powervs-block-csi-driver/pkg/driver/node_test.go:812: Expected response {capabilities:<rpc:<type:STAGE_UNSTAGE_VOLUME > > capabilities:<rpc:<type:EXPAND_VOLUME > > }, got {capabilities:<rpc:<type:STAGE_UNSTAGE_VOLUME > > capabilities:<rpc:<type:EXPAND_VOLUME > > capabilities:<rpc:<type:GET_VOLUME_STATS > > } --- FAIL: TestNodeGetCapabilities (0.00s)
Unit test was not updated when GetVolumeStatus feature was added.
What you expected to happen? Unit test should pass
How to reproduce it (as minimally and precisely as possible)? go test -v pkg/driver/node_test.go
go test -v pkg/driver/node_test.go
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
cc @dharaneeshvrd
Madhan-SWE
Successfully merging a pull request may close this issue.
/kind bug
What happened?
TestNodeGetCapabilities unit test fails as expectation changed
Unit test was not updated when GetVolumeStatus feature was added.
What you expected to happen?
Unit test should pass
How to reproduce it (as minimally and precisely as possible)?
go test -v pkg/driver/node_test.go
The text was updated successfully, but these errors were encountered: