-
Notifications
You must be signed in to change notification settings - Fork 27
[DPE-8005] Handle empty region #1099
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 Report❌ Patch coverage is
❌ Your project status has failed because the head coverage (67.75%) is below the target coverage (70.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## 16/edge #1099 +/- ##
===========================================
- Coverage 67.81% 67.75% -0.06%
===========================================
Files 15 15
Lines 4129 4134 +5
Branches 606 608 +2
===========================================
+ Hits 2800 2801 +1
- Misses 1106 1108 +2
- Partials 223 225 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b4a82d3 to
34f7c4e
Compare
34f7c4e to
0b0da68
Compare
| await backup_operations( | ||
| ops_test, | ||
| charm, | ||
| S3_INTEGRATOR_APP_NAME, | ||
| tls_certificates_app_name, | ||
| tls_config, | ||
| tls_channel, | ||
| cloud_credentials, | ||
| "ceph", | ||
| cloud_configs, | ||
| ) |
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.
Copied from VM. The only difference is the order of backup_operations() args.
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.
Thanks for porting this test!
marceloneppel
left a comment
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!
| await backup_operations( | ||
| ops_test, | ||
| charm, | ||
| S3_INTEGRATOR_APP_NAME, | ||
| tls_certificates_app_name, | ||
| tls_config, | ||
| tls_channel, | ||
| cloud_credentials, | ||
| "ceph", | ||
| cloud_configs, | ||
| ) |
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.
Thanks for porting this test!
Port of canonical/postgresql-operator#1117, canonical/postgresql-operator#1149 and canonical/postgresql-operator#1154 for 16/edge k8s:
Checklist