-
Notifications
You must be signed in to change notification settings - Fork 5
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
[MISC] Move scheduled tests #297
Conversation
dragomirp
commented
Jul 22, 2024
•
edited
Loading
edited
- Revert scheduled test move
- Update charm libs
- Fix for transient model error seen in CI
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #297 +/- ##
==========================================
+ Coverage 71.35% 71.47% +0.11%
==========================================
Files 7 7
Lines 1201 1206 +5
Branches 211 211
==========================================
+ Hits 857 862 +5
Misses 266 266
Partials 78 78 ☔ View full report in Codecov by Sentry. |
except ModelError: | ||
event.defer() | ||
logger.error("deferring database-created hook - cannot access secrets") | ||
return |
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.
Seen it on occasion in CI: https://github.com/canonical/pgbouncer-operator/actions/runs/10021732870/job/27700959925#step:28:7580
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.
Good to mention this in PR description.
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. If you want, we can keep this running at 16:53 for a couple more days (to see 400kB gone after dpw update.
except ModelError: | ||
event.defer() | ||
logger.error("deferring database-created hook - cannot access secrets") | ||
return |
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.
Good to mention this in PR description.