-
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] Update libs #480
[MISC] Update libs #480
Conversation
dragomirp
commented
Feb 5, 2025
•
edited
Loading
edited
- Update charm libs
- Deploy subordinates with 0 units instead of None
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #480 +/- ##
=======================================
Coverage 75.20% 75.20%
=======================================
Files 9 9
Lines 1319 1319
Branches 239 239
=======================================
Hits 992 992
Misses 254 254
Partials 73 73 ☔ View full report in Codecov by Sentry. |
@@ -44,7 +44,7 @@ async def test_deploy_and_relate(ops_test: OpsTest, charm): | |||
ops_test.model.deploy( | |||
charm, | |||
application_name=PGB, | |||
num_units=None, | |||
num_units=0, |
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.
Started failing on upgrades/ci migration. e.g. https://github.com/canonical/pgbouncer-operator/actions/runs/13272327851/job/37091205687?pr=487#step:7:1552