-
Notifications
You must be signed in to change notification settings - Fork 26
[DPE-6555] Add read only URIs #783
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #783 +/- ##
==========================================
- Coverage 71.97% 71.94% -0.04%
==========================================
Files 15 15
Lines 3479 3482 +3
Branches 532 533 +1
==========================================
+ Hits 2504 2505 +1
- Misses 845 846 +1
- Partials 130 131 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
70d11a7
to
5a84388
Compare
# When removing all units sometimes the last unit remain in the list | ||
current_units = {unit.name for unit in ops_test.model.applications[app].units} | ||
original_units.intersection_update(current_units) | ||
assert original_units.issubset(current_units), "New unit not added to model" |
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.
Annoying failure in the restore cluster test. Last unit remains in the list of units when scaling down to zero.
dpl changes PR: canonical/data-platform-libs#206