-
Notifications
You must be signed in to change notification settings - Fork 172
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
增加跨线程传递数据功能 #1278
Merged
Merged
增加跨线程传递数据功能 #1278
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
provenceee
added
kind/enhancement
Issues or PRs releated to sermant enhancement
area/plugin
Issues or PRs releated to sermant plugin service
labels
Aug 12, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 1.0.x #1278 +/- ##
============================================
- Coverage 47.07% 46.62% -0.45%
+ Complexity 2944 2942 -2
============================================
Files 670 682 +12
Lines 14648 14783 +135
Branches 1653 1663 +10
============================================
- Hits 6895 6893 -2
- Misses 6893 7026 +133
- Partials 860 864 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
lilai23
reviewed
Aug 12, 2023
...in/java/com/huaweicloud/sermant/router/transmit/interceptor/AbstractExecutorInterceptor.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 12, 2023
...in/java/com/huaweicloud/sermant/router/transmit/interceptor/AbstractExecutorInterceptor.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 12, 2023
...it-plugin/src/main/java/com/huaweicloud/sermant/router/transmit/wrapper/AbstractWrapper.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 12, 2023
...main/java/com/huaweicloud/sermant/router/spring/interceptor/WebClientBuilderInterceptor.java
Show resolved
Hide resolved
...it-plugin/src/main/java/com/huaweicloud/sermant/router/transmit/wrapper/AbstractWrapper.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 12, 2023
...main/java/com/huaweicloud/sermant/router/spring/interceptor/WebClientBuilderInterceptor.java
Show resolved
Hide resolved
luanwenfei-venus
approved these changes
Aug 12, 2023
lilai23
approved these changes
Aug 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/plugin
Issues or PRs releated to sermant plugin service
kind/enhancement
Issues or PRs releated to sermant enhancement
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
【修复issue】 #1265
【修改内容】增加跨线程传递标签的路由子模块
【用例描述】执行异步的用例
【自测情况】本地自测通过,ut通过,集成测试通过
【影响范围】需要修改文档