-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][admin] PIP-369 Change default value of unload-scope
in ns-isolation-policy set
#23253
Conversation
…s-isolation-policy set` Also change behavior of all_matching to cover both removed and added regexes
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
/pulsarbot rerun-failure-checks |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #23253 +/- ##
============================================
+ Coverage 73.57% 74.54% +0.96%
- Complexity 32624 34289 +1665
============================================
Files 1877 1926 +49
Lines 139502 145039 +5537
Branches 15299 15858 +559
============================================
+ Hits 102638 108114 +5476
+ Misses 28908 28658 -250
- Partials 7956 8267 +311
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I just noticed. Why is the codecov diff comparing against a 6 months old commit rather than master's head? |
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/ClustersBase.java
Outdated
Show resolved
Hide resolved
…l/ClustersBase.java Co-authored-by: Zixuan Liu <nodeces@gmail.com>
/pulsarbot rerun-failure-checks |
…s-isolation-policy set` (apache#23253) Co-authored-by: Zixuan Liu <nodeces@gmail.com>
This PR is a followup to #23120 to make the backward incompatible change to:
unload-scope
tochanged
PIP: #23116
This change is only meant for pulsar 4.x release
Verifying this change
This change added tests and can be verified as follows:
all_matching
flagchanged
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: grssam#3