Skip to content
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

[SCB-2813]DynamicProperties: when key removed should get default value #3978

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

liubao68
Copy link
Contributor

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [SCB-XXX] Fixes bug in ApproximateQuantiles, where you replace SCB-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean install -Pit to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@codecov-commenter
Copy link

Codecov Report

Merging #3978 (dfd8ebc) into master (06b2b5f) will increase coverage by 0.20%.
The diff coverage is 6.97%.

❗ Current head dfd8ebc differs from pull request most recent head aa45d9b. Consider uploading reports for the commit aa45d9b to get more accurate results

@@             Coverage Diff              @@
##             master    #3978      +/-   ##
============================================
+ Coverage     43.80%   44.00%   +0.20%     
- Complexity     5311     5329      +18     
============================================
  Files          1391     1392       +1     
  Lines         34023    34041      +18     
  Branches       3336     3331       -5     
============================================
+ Hits          14903    14979      +76     
+ Misses        17929    17874      -55     
+ Partials       1191     1188       -3     
Files Coverage Δ
.../servicecomb/config/ConfigurationChangedEvent.java 43.75% <ø> (ø)
...config/cc/ConfigCenterDynamicPropertiesSource.java 61.84% <0.00%> (-2.55%) ⬇️
...ervicecomb/config/kie/client/KieConfigManager.java 0.00% <0.00%> (ø)
...icecomb/config/kie/KieDynamicPropertiesSource.java 0.00% <0.00%> (ø)
...comb/config/center/client/ConfigCenterManager.java 62.06% <0.00%> (-4.60%) ⬇️
...onfig/kie/client/KieConfigurationChangedEvent.java 0.00% <0.00%> (ø)
...ache/servicecomb/config/DynamicPropertiesImpl.java 22.38% <20.68%> (+5.34%) ⬆️
.../client/ConfigCenterConfigurationChangedEvent.java 0.00% <0.00%> (ø)

... and 17 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@liubao68 liubao68 merged commit 7f18ee5 into apache:master Oct 19, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants