-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
fixed injvm export and refer #3857
Conversation
@beiwei30 Can you help me see? |
Can you add some unit cases? |
|
is only injvm protocol don't register
Codecov Report
@@ Coverage Diff @@
## master #3857 +/- ##
===========================================
+ Coverage 63.7% 63.7% +<.01%
Complexity 71 71
===========================================
Files 712 743 +31
Lines 31450 32129 +679
Branches 5073 5123 +50
===========================================
+ Hits 20034 20469 +435
- Misses 9120 9306 +186
- Partials 2296 2354 +58
Continue to review full report at Codecov.
|
@beiwei30 can you help me review |
on it. |
What is the purpose of the change
#3638
Fixed bug in this issue
Brief changelog
Modified the original error logic
Verifying this change
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.