-
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
[Dubbo-889-Attachments] support implicit delivery of attachments from provider to consumer #1442
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1442 +/- ##
==========================================
+ Coverage 31.57% 31.58% +<.01%
==========================================
Files 682 682
Lines 33035 33099 +64
Branches 6592 6604 +12
==========================================
+ Hits 10432 10454 +22
- Misses 20750 20785 +35
- Partials 1853 1860 +7
Continue to review full report at Codecov.
|
我认为这个commit存在bug, |
thumbs up |
没毛病,是我看漏了 |
can you commit a test case for the change? |
I will resolve the conflicts, add some test cases. |
Sorry, some problem with the personal remote repository, i will submit a new PR. |
What is the purpose of the change
Fixes #889, support implicit delivery of attachments from provider to consumer
Brief changelog
Not completely finished yet.
Verifying this change
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.