-
Notifications
You must be signed in to change notification settings - Fork 53
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
Remove storage calls from local.Driver.alterModules #184
Remove storage calls from local.Driver.alterModules #184
Conversation
FYI - you'll need to add DCO for this commit (the failure has the exact command to fix it for this). In the long term, you may want to set up a commit hook that automatically appends the signature line so you never forget DCO. |
Signed-off-by: davis-haba <[email protected]>
3bc39c9
to
4e8c239
Compare
Thanks @willbeason. I updated the commit with the signature. |
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.
Great!
@davis-haba looks like unit tests are failing |
…es to storage Signed-off-by: davis-haba <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #184 +/- ##
==========================================
- Coverage 45.70% 45.56% -0.15%
==========================================
Files 59 59
Lines 2866 2853 -13
==========================================
- Hits 1310 1300 -10
+ Misses 1309 1307 -2
+ Partials 247 246 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: davis-haba <[email protected]>
Signed-off-by: davis-haba <[email protected]>
Thanks @sozercan. The tests were failing due to a test which mocked storage errors in local.driver.PutModule. Since we no longer write to storage during PutModule, I deleted the test. |
Merging. I'll update my current test PR in gatekeeper so it includes these changes, to see if it catches any problems. |
Remove UpsertPolicy/DeletePolicy from local.driver.altermodules
#156