-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add mock tests for Openstack swift #75
Conversation
686d806
to
8242d49
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.
Thanks for the well-written PR! I have a few suggestions that can ease debugging during testing. Please address them. Thanks.
ee5326e
to
d0fc8a2
Compare
Signed-off-by: Swapnil Mhamane <[email protected]>
d0fc8a2
to
0a5e579
Compare
Signed-off-by: Swapnil Mhamane <[email protected]>
@shreyas-s-rao Thank for the review. I have updated the PR.The issue with logs message regarding ginkgo warning of |
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.
@swapnilgm Thanks for making the changes. Good to know the data race issue and the broken pipe error in the tests have now been resolved!
LGTM 👍🏼
Signed-off-by: Swapnil Mhamane [email protected]
What this PR does / why we need it:
This PR implements the mock test for Openstack Swift snapstore.
Which issue(s) this PR fixes:
Fixes #
Partially completes #70
Special notes for your reviewer:
We will right negative test once we are done with mock client for all cloud provider. This is to get idea for writing generic negative test.
Release note: