-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
[Dubbo-4716] Fix judgment ipv4 address #4729
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4729 +/- ##
============================================
- Coverage 63.93% 63.92% -0.01%
+ Complexity 451 450 -1
============================================
Files 769 769
Lines 33160 33179 +19
Branches 5226 5229 +3
============================================
+ Hits 21200 21210 +10
- Misses 9543 9547 +4
- Partials 2417 2422 +5
Continue to review full report at Codecov.
|
Could you please provide some detail for this PR? |
@htynkn ,These two commits are
|
Your repository seems not clean. Please follow the steps in CONTRIBUTING.md |
@tswstarplanet |
LGTM |
What is the purpose of the change
XXXXX
Brief changelog
XXXXX
Verifying this change
XXXXX
Follow 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-test
to make sure unit-test and integration-test pass.