dubbo
dubbo copied to clipboard
triple flowcontrol
triple add flowcontrol
What is the purpose of the change
Brief changelog
Verifying this change
Checklist
- [x] Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
- [ ] Each commit in the pull request should have a meaningful subject line and body.
- [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
- [ ] Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
- [ ] Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
- [ ] Add some description to dubbo-website project if you are requesting to add a feature.
- [ ] GitHub Actions works fine on your own branch.
- [ ] If this contribution is large, please follow the Software Donation Guide.
Codecov Report
Merging #10746 (63af477) into 3.2 (ce9953e) will decrease coverage by
0.08%. The diff coverage is57.98%.
@@ Coverage Diff @@
## 3.2 #10746 +/- ##
============================================
- Coverage 65.31% 65.23% -0.09%
Complexity 393 393
============================================
Files 1338 1341 +3
Lines 57046 57543 +497
Branches 8429 8490 +61
============================================
+ Hits 37260 37537 +277
- Misses 15838 16004 +166
- Partials 3948 4002 +54
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...bo/rpc/protocol/tri/stream/TripleClientStream.java | 53.79% <50.00%> (ø) |
|
| ...rpc/protocol/tri/TriHttp2RemoteFlowController.java | 51.79% <51.79%> (ø) |
|
| .../rpc/protocol/tri/TriHttp2LocalFlowController.java | 55.24% <55.24%> (ø) |
|
| ...dubbo/rpc/protocol/tri/TripleFlowControlFrame.java | 61.90% <61.90%> (ø) |
|
| .../protocol/tri/call/BiStreamServerCallListener.java | 70.37% <66.66%> (-4.63%) |
:arrow_down: |
| .../protocol/tri/call/AbstractServerCallListener.java | 63.63% <75.00%> (+1.13%) |
:arrow_up: |
| ...tocol/tri/call/ServerStreamServerCallListener.java | 76.47% <80.00%> (+3.74%) |
:arrow_up: |
| ...pache/dubbo/rpc/protocol/tri/frame/TriDecoder.java | 83.58% <91.66%> (+2.22%) |
:arrow_up: |
| ...he/dubbo/rpc/protocol/tri/TripleHttp2Protocol.java | 92.30% <100.00%> (+0.64%) |
:arrow_up: |
| ...ubbo/rpc/protocol/tri/call/AbstractServerCall.java | 51.95% <100.00%> (+0.54%) |
:arrow_up: |
| ... and 25 more |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
close for duplicated with #10748