-
Notifications
You must be signed in to change notification settings - Fork 167
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
增加流量标签透传的UT,完善流量标签透传拦截器继承结构 #1263
Merged
Sherlockhan
merged 3 commits into
sermant-io:develop
from
TangLeDaily:tagTransmissionUT_a
Aug 14, 2023
Merged
增加流量标签透传的UT,完善流量标签透传拦截器继承结构 #1263
Sherlockhan
merged 3 commits into
sermant-io:develop
from
TangLeDaily:tagTransmissionUT_a
Aug 14, 2023
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
TangLeDaily
force-pushed
the
tagTransmissionUT_a
branch
from
July 27, 2023 06:55
9f939a4
to
bea7a5c
Compare
TangLeDaily
changed the title
【UT】增加流量标签透传的UT,完善流量标签透传拦截器继承结构
增加流量标签透传的UT,完善流量标签透传拦截器继承结构
Jul 27, 2023
TangLeDaily
added
kind/unit-test
Issues or PRs releated to sermant test
area/plugin
Issues or PRs releated to sermant plugin service
labels
Jul 27, 2023
TangLeDaily
force-pushed
the
tagTransmissionUT_a
branch
2 times, most recently
from
July 27, 2023 07:22
fd9d848
to
1874a5c
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1263 +/- ##
=============================================
- Coverage 42.65% 42.34% -0.31%
Complexity 3230 3230
=============================================
Files 816 821 +5
Lines 17762 17895 +133
Branches 1935 1947 +12
=============================================
+ Hits 7576 7578 +2
- Misses 9234 9365 +131
Partials 952 952
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
provenceee
reviewed
Aug 1, 2023
sermant-plugins/sermant-tag-transmission/tag-transmission-plugin/pom.xml
Show resolved
Hide resolved
provenceee
reviewed
Aug 1, 2023
.../java/com/huaweicloud/sermant/tag/transmission/interceptors/RocketmqConsumerInterceptor.java
Outdated
Show resolved
Hide resolved
provenceee
reviewed
Aug 1, 2023
...a/com/huaweicloud/sermant/tag/transmission/interceptors/RocketmqProducerInterceptorTest.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
tagTransmissionUT_a
branch
2 times, most recently
from
August 2, 2023 02:02
3a111b0
to
cac61b6
Compare
lilai23
reviewed
Aug 7, 2023
...ion-plugin/src/test/java/com/huaweicloud/sermant/tag/transmission/interceptors/BaseTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 7, 2023
...ion-plugin/src/test/java/com/huaweicloud/sermant/tag/transmission/interceptors/BaseTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 7, 2023
.../java/com/huaweicloud/sermant/tag/transmission/interceptors/HttpClient4xInterceptorTest.java
Outdated
Show resolved
Hide resolved
.../java/com/huaweicloud/sermant/tag/transmission/interceptors/RocketmqConsumerInterceptor.java
Outdated
Show resolved
Hide resolved
.../java/com/huaweicloud/sermant/tag/transmission/interceptors/RocketmqConsumerInterceptor.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
tagTransmissionUT_a
branch
from
August 8, 2023 03:15
cac61b6
to
4fed3f6
Compare
luanwenfei-venus
added
area/plugin
Issues or PRs releated to sermant plugin service
and removed
area/plugin
Issues or PRs releated to sermant plugin service
labels
Aug 10, 2023
lilai23
previously approved these changes
Aug 11, 2023
TangLeDaily
force-pushed
the
tagTransmissionUT_a
branch
from
August 11, 2023 06:11
18ac2e6
to
a352a85
Compare
.../java/com/huaweicloud/sermant/tag/transmission/interceptors/RocketmqConsumerInterceptor.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
tagTransmissionUT_a
branch
from
August 11, 2023 07:20
a352a85
to
4497e5b
Compare
luanwenfei-venus
approved these changes
Aug 11, 2023
lilai23
approved these changes
Aug 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
【修改内容】
增加了HttpClient的UT
增加了HttpServlet的UT
增加了KafkaConsumerRecord的UT
增加了KafkaProducer的UT
增加了RocketmqConsumer的UT
增加了RocketmqProducer的UT
修改了HttpServletInterceptor的继承结构
修改了RocketmqConsumerInterceptor的继承结构
修改了RocketmqProducerInterceptor的继承结构
【用例描述】增加了流量标签透传模块的UT
【自测情况】本地编译测试通过
【影响范围】无