-
Notifications
You must be signed in to change notification settings - Fork 27
Fix unit tests #57
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
Fix unit tests #57
Conversation
Codecov Report
@@ Coverage Diff @@
## main #57 +/- ##
==========================================
+ Coverage 66.19% 68.39% +2.20%
==========================================
Files 6 6
Lines 840 886 +46
Branches 121 133 +12
==========================================
+ Hits 556 606 +50
+ Misses 260 256 -4
Partials 24 24
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
- we need to fix tests for sure
- deleting a valuable test part is strange... can we address (or at least report and workaround) runtime error?
The test was added with PR#53 which broke the unit tests, so it is a new test. I think I should be able to rewrite the test by calling |
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! I agree that we should keep the test, just fixing it. Thanks for fixing it @dragomirp! It seems that the ops code has some divergence with its own test code. We need to understand better and possibly open a bug.
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.
Yeah! A way better!
* Fix unit tests * Update postgresql_tls lib * Readding test_on_relation_broken_extensions_keep_block * Code review improvements
Issue
Solution
Context
_on_relation_broken()
directlyTesting
Release Notes