-
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
Integration test part demo and integration test script for traffic label transparent transmission plugin. #1351
Merged
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:tag-transmission-demo
Nov 7, 2023
Merged
Integration test part demo and integration test script for traffic label transparent transmission plugin. #1351
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:tag-transmission-demo
Nov 7, 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
...-test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/utils/RequestUtils.java
Outdated
Show resolved
Hide resolved
...test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/TagTransmissionTest.java
Outdated
Show resolved
Hide resolved
...test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/TagTransmissionTest.java
Show resolved
Hide resolved
lilai23
reviewed
Nov 1, 2023
lilai23
reviewed
Nov 1, 2023
lilai23
reviewed
Nov 1, 2023
lilai23
reviewed
Nov 1, 2023
.github/actions/scenarios/tag-transmission/crossthread/action.yml
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Nov 1, 2023
...-test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/utils/RequestUtils.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
tag-transmission-demo
branch
from
November 1, 2023 07:10
d8b3291
to
57b28c7
Compare
lilai23
reviewed
Nov 2, 2023
...-test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/utils/RequestUtils.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Nov 2, 2023
...-test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/utils/RequestUtils.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Nov 2, 2023
...test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/TagTransmissionTest.java
Show resolved
Hide resolved
lilai23
reviewed
Nov 2, 2023
...test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/TagTransmissionTest.java
Show resolved
Hide resolved
lilai23
reviewed
Nov 2, 2023
...test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/TagTransmissionTest.java
Outdated
Show resolved
Hide resolved
...test/src/test/java/com/huaweicloud/demo/tagtransmission/integration/TagTransmissionTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Nov 2, 2023
daizhenyu
force-pushed
the
tag-transmission-demo
branch
from
November 3, 2023 05:18
57b28c7
to
dcae73a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1351 +/- ##
=============================================
- Coverage 42.84% 42.76% -0.08%
+ Complexity 3301 3298 -3
=============================================
Files 824 824
Lines 18309 18322 +13
Branches 2017 2020 +3
=============================================
- Hits 7844 7836 -8
- Misses 9479 9501 +22
+ Partials 986 985 -1
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
tag-transmission-demo
branch
2 times, most recently
from
November 6, 2023 06:31
2ea0c59
to
d671680
Compare
hanbingleixue
previously approved these changes
Nov 6, 2023
daizhenyu
force-pushed
the
tag-transmission-demo
branch
4 times, most recently
from
November 7, 2023 02:16
2a52c38
to
9bd8d9f
Compare
流量标签透传插件集成测试部分demo和集成测试脚本-2 流量标签透传插件集成测试部分demo和集成测试脚本-2 流量标签透传插件集成测试部分demo和集成测试脚本-2
daizhenyu
force-pushed
the
tag-transmission-demo
branch
from
November 7, 2023 03:21
9bd8d9f
to
69c3b77
Compare
hanbingleixue
approved these changes
Nov 7, 2023
lilai23
approved these changes
Nov 7, 2023
luanwenfei-venus
approved these changes
Nov 7, 2023
kkf1
changed the title
流量标签透传插件集成测试部分demo和集成测试脚本
Integration test part demo and integration test script for traffic label transparent transmission plugin.
Apr 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
【Fix issue】#1333
[Modification] Added some demos and integration test scripts for the integration test of the traffic label transparent transmission plug-in, including:
1.rocketmq-producer-demo
2.kafka-consumer-demo
3.kafka-producer-demo
4.tag-transmission-integration-test
5. Integration test script
[Use case description] Traffic label transparent transmission plug-in integration test
[Self-test situation] 1. Local static check passed
[Scope of influence] None