Conversation
Codecov Report
@@ Coverage Diff @@
## master #5994 +/- ##
============================================
- Coverage 58.65% 58.64% -0.02%
Complexity 424 424
============================================
Files 1043 1043
Lines 42473 42472 -1
Branches 6212 6211 -1
============================================
- Hits 24912 24907 -5
- Misses 14773 14779 +6
+ Partials 2788 2786 -2 Continue to review full report at Codecov.
|
|
@chickenlj |
|
@tangcent hi, thanks for your contribution pls resolve confilcts with the latest master branch |
|
@AlbumenJ done. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5994 +/- ##
============================================
- Coverage 58.65% 58.64% -0.02%
Complexity 424 424
============================================
Files 1043 1043
Lines 42473 42472 -1
Branches 6212 6211 -1
============================================
- Hits 24912 24907 -5
- Misses 14773 14779 +6
+ Partials 2788 2786 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What is the purpose of the change
review #5734
Brief changelog
DEFAULT_LOAD_FACTOR -> DEFAULT_CAPACITY
DEFAULT_EVICTION_CAPACITY -> DEFAULT_EVICTION_FACTOR
org.apache.dubbo.common.utils.LRUCacheTest#testErrorConstructArguments.Verifying this change
Run test case
org.apache.dubbo.common.utils.LRUCacheTestFollow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false&mvn clean test-compile failsafe:integration-testto make sure unit-test and integration-test pass.