-
Notifications
You must be signed in to change notification settings - Fork 336
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
Unit tests for migration #343
Unit tests for migration #343
Conversation
@davidz627: GitHub didn't allow me to request PR reviews from the following users: shanesiebken. Note that only kubernetes-csi members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
7bbb6b2
to
3c4e127
Compare
3c4e127
to
74a7d03
Compare
74a7d03
to
26c2d16
Compare
/assign @ddebroy @leakingtapan |
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.
Just one comment. Otherwise lgtm. Thanks for adding the unit tests!
26c2d16
to
e6ea6b5
Compare
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.
darn, I just accidentally deleted some draft comments. Better send these now.
0e23f05
to
4f4a86b
Compare
defer mockController.Finish() | ||
defer driver.Stop() |
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.
Does ordering matter between Finish()
and Stop()
?
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.
I'm not sure - this is how every other test does it.
51689da
to
91ee105
Compare
91ee105
to
526176f
Compare
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.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627, msau42 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind cleanup
This PR adds unit tests for CSI Migration. The code should work and is ready for review
/assign @msau42 @jsafrane @ddebroy
/cc @ddebroy @leakingtapan @shanesiebken