-
Notifications
You must be signed in to change notification settings - Fork 164
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、sofarpc、servicecombrpc UT #1296
Merged
Merged
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
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #1296 +/- ##
==========================================
Coverage 41.30% 41.30%
- Complexity 3222 3223 +1
==========================================
Files 827 827
Lines 18287 18287
Branches 1991 1991
==========================================
+ Hits 7553 7554 +1
+ Misses 9783 9782 -1
Partials 951 951
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
daizhenyu
force-pushed
the
develop-rpc-ut
branch
from
September 6, 2023 04:01
cf88575
to
2e2082b
Compare
lilai23
reviewed
Sep 6, 2023
...va/com/huaweicloud/sermant/tag/transmission/interceptors/rpc/AbstractRpcInterceptorTest.java
Show resolved
Hide resolved
lilai23
reviewed
Sep 6, 2023
...oud/sermant/tag/transmission/interceptors/rpc/dubbo/AlibabaDubboConsumerInterceptorTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 6, 2023
...oud/sermant/tag/transmission/interceptors/rpc/dubbo/AlibabaDubboConsumerInterceptorTest.java
Show resolved
Hide resolved
lilai23
reviewed
Sep 6, 2023
...oud/sermant/tag/transmission/interceptors/rpc/dubbo/AlibabaDubboConsumerInterceptorTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 6, 2023
...oud/sermant/tag/transmission/interceptors/rpc/dubbo/AlibabaDubboProviderInterceptorTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 6, 2023
...oud/sermant/tag/transmission/interceptors/rpc/dubbo/AlibabaDubboProviderInterceptorTest.java
Show resolved
Hide resolved
daizhenyu
force-pushed
the
develop-rpc-ut
branch
from
September 7, 2023 02:44
2e2082b
to
63b8ded
Compare
lilai23
previously approved these changes
Sep 8, 2023
luanwenfei-venus
previously approved these changes
Sep 8, 2023
...va/com/huaweicloud/sermant/tag/transmission/interceptors/rpc/AbstractRpcInterceptorTest.java
Show resolved
Hide resolved
daizhenyu
dismissed stale reviews from luanwenfei-venus and lilai23
via
September 8, 2023 09:24
8fb51c9
daizhenyu
force-pushed
the
develop-rpc-ut
branch
from
September 8, 2023 09:24
63b8ded
to
8fb51c9
Compare
luanwenfei-venus
previously approved these changes
Sep 8, 2023
lilai23
previously approved these changes
Sep 8, 2023
daizhenyu
added
area/plugin
Issues or PRs releated to sermant plugin service
and removed
kind/feature
Issue for new feature
labels
Sep 8, 2023
daizhenyu
dismissed stale reviews from lilai23 and luanwenfei-venus
via
September 11, 2023 02:48
6358bcc
daizhenyu
force-pushed
the
develop-rpc-ut
branch
from
September 11, 2023 02:48
8fb51c9
to
6358bcc
Compare
lilai23
approved these changes
Sep 11, 2023
luanwenfei-venus
approved these changes
Sep 11, 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/unit-test
Issues or PRs releated to sermant test
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】#1244
【修改内容】增加了流量标签透传插件dubbo、sofarpc、servicecombrpc部分 的UT
【用例描述】不需要
【自测情况】1、本地静态检查通过;2、dubbo部分 UT覆盖率为86%,sofarpc部分UT覆盖率为86%,servicecombrpc部分UT覆盖率为87%
【影响范围】无