-
Notifications
You must be signed in to change notification settings - Fork 163
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 demo for rocketmq consumption prohibition plugin. #1401
Merged
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:rocketmq-prohibit-integration-test
Jan 9, 2024
Merged
Integration test demo for rocketmq consumption prohibition plugin. #1401
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:rocketmq-prohibit-integration-test
Jan 9, 2024
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1401 +/- ##
=============================================
- Coverage 42.55% 42.51% -0.04%
+ Complexity 3307 3306 -1
=============================================
Files 830 831 +1
Lines 18514 18528 +14
Branches 2042 2043 +1
=============================================
- Hits 7879 7878 -1
- Misses 9648 9662 +14
- Partials 987 988 +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
rocketmq-prohibit-integration-test
branch
2 times, most recently
from
January 8, 2024 03:25
8d149e4
to
5341ebe
Compare
lilai23
reviewed
Jan 8, 2024
...ntegration-tests/mq-consume-prohibition-test/mq-consume-prohibition-integration-test/pom.xml
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Jan 8, 2024
...ava/com/huaweicloud/sermant/mq/prohibition/integration/rocketmq/RocketMqProhibitionTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Jan 8, 2024
...a/com/huaweicloud/sermant/mq/prohibition/rocketmq/RocketMqPullAssignConsumerApplication.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
rocketmq-prohibit-integration-test
branch
from
January 8, 2024 12:42
5341ebe
to
78ccd28
Compare
lilai23
previously approved these changes
Jan 8, 2024
...demo/src/main/java/com/huaweicloud/sermant/mq/prohibition/common/utils/HttpRequestUtils.java
Outdated
Show resolved
Hide resolved
...ava/com/huaweicloud/sermant/mq/prohibition/rocketmq/consumer/RocketMqPullAssignConsumer.java
Outdated
Show resolved
Hide resolved
...com/huaweicloud/sermant/mq/prohibition/rocketmq/controller/PullAssignConsumerController.java
Show resolved
Hide resolved
.../huaweicloud/sermant/mq/prohibition/rocketmq/controller/PullSubscribeConsumerController.java
Outdated
Show resolved
Hide resolved
.../huaweicloud/sermant/mq/prohibition/rocketmq/controller/PullSubscribeConsumerController.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
rocketmq-prohibit-integration-test
branch
from
January 9, 2024 02:00
78ccd28
to
6f22e2b
Compare
hanbingleixue
previously approved these changes
Jan 9, 2024
lilai23
previously approved these changes
Jan 9, 2024
Signed-off-by: daizhenyu <[email protected]>
daizhenyu
force-pushed
the
rocketmq-prohibit-integration-test
branch
from
January 9, 2024 06:47
6f22e2b
to
89d67c3
Compare
lilai23
approved these changes
Jan 9, 2024
hanbingleixue
approved these changes
Jan 9, 2024
kkf1
changed the title
rocketmq禁消费集成测试demo
Integration test demo for rocketmq consumption prohibition
Apr 13, 2024
kkf1
changed the title
Integration test demo for rocketmq consumption prohibition
Integration test demo for rocketmq consumption prohibition 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】#1400
[Modification content] Modified the integration test demo for rocketmq consumption prohibition plugin.
[Use case description] Integration test demo
[Self-test situation] 1. Local static check passed
[Scope of influence] None