-
Notifications
You must be signed in to change notification settings - Fork 27
feat: [DPE-6904] Spaces support #857
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 @@
## 16/edge #857 +/- ##
===========================================
- Coverage 70.83% 70.67% -0.16%
===========================================
Files 15 15
Lines 3888 3956 +68
Branches 580 590 +10
===========================================
+ Hits 2754 2796 +42
- Misses 949 970 +21
- Partials 185 190 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| [tool.ruff.lint] | ||
| explicit-preview-rules = true | ||
| select = ["A", "E", "W", "F", "C", "N", "D", "I001", "B", "CPY", "RUF", "S", "SIM", "UP", "TC"] | ||
| select = [ |
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.
my editor just formatted the toml.. changes here are just add jubilant
|
Fixed on jubilant-1.0.1 |
taurus-forever
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.
Thank you!
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! I tested async replication, and it's working fine with spaces. Thank you so much, Paulo!
* sometimes, a stopped member can be down and still be shown as streaming, but with out-of-sync
…to feature/spaces_pg16
…to feature/spaces_pg16
…to feature/spaces_pg16
Issue
Currently juju network spaces is not supported.
Solution
Testing:
There's a charmhub branch for testing
16/edge/spaces(rev614)If testing on LXD, refer to the conftest.py on how to setup LXD networks to enable manual testing, as there some catches on default configuration.
Checklist