-
Notifications
You must be signed in to change notification settings - Fork 252
csi: add some unit tests to code added recently #981
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
csi: add some unit tests to code added recently #981
Conversation
a4eff0d to
c0de5d7
Compare
|
Is it still WIP ? Please prefix the PR title if it is. |
d9dd25f to
ffb587a
Compare
|
/assign @deads2k |
a20b701 to
201a040
Compare
201a040 to
8174afb
Compare
|
/approve I'll leave the decision about coverage to someone closer to storage. |
| }, | ||
| }, | ||
| { | ||
| name: "proxy exits, but observed config is different: new config is observed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: exists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
8174afb to
fb43fef
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, deads2k, jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is a follow up PR to add tests to functionalities added in #976.
csi: add unit tests for helper hook functions
These functions were added in #976.
csi: add unit tests for CSI Config Observer Controller
This controller was added in #976.
add fake UpdateOperatorSpec implementation
This is necessary because the ConfigObserver controller updates the spec.
CC @openshift/storage