-
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 for message queue consumption prohibition of Kafka #1411
Merged
Sherlockhan
merged 1 commit into
sermant-io:develop
from
lilai23:kafka_integration_test
Jan 12, 2024
Merged
Integration test for message queue consumption prohibition of Kafka #1411
Sherlockhan
merged 1 commit into
sermant-io:develop
from
lilai23:kafka_integration_test
Jan 12, 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 #1411 +/- ##
==========================================
Coverage 42.50% 42.50%
Complexity 3306 3306
==========================================
Files 831 831
Lines 18528 18528
Branches 2043 2043
==========================================
Hits 7875 7875
Misses 9664 9664
Partials 989 989
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
lilai23
force-pushed
the
kafka_integration_test
branch
18 times, most recently
from
January 11, 2024 11:39
af6d283
to
2ae7778
Compare
...va/com/huaweicloud/sermant/test/mq/prohibition/kafka/controller/KafkaConsumerController.java
Show resolved
Hide resolved
...va/com/huaweicloud/sermant/test/mq/prohibition/kafka/controller/KafkaConsumerController.java
Outdated
Show resolved
Hide resolved
...va/com/huaweicloud/sermant/test/mq/prohibition/kafka/controller/KafkaConsumerController.java
Outdated
Show resolved
Hide resolved
...va/com/huaweicloud/sermant/test/mq/prohibition/kafka/controller/KafkaConsumerController.java
Outdated
Show resolved
Hide resolved
lilai23
force-pushed
the
kafka_integration_test
branch
from
January 11, 2024 12:10
2ae7778
to
26b90b7
Compare
hanbingleixue
previously approved these changes
Jan 11, 2024
lilai23
force-pushed
the
kafka_integration_test
branch
2 times, most recently
from
January 11, 2024 13:06
ca1404d
to
d5d6f81
Compare
daizhenyu
reviewed
Jan 12, 2024
Signed-off-by: lilai <[email protected]>
lilai23
force-pushed
the
kafka_integration_test
branch
from
January 12, 2024 06:26
d5d6f81
to
07015fc
Compare
daizhenyu
approved these changes
Jan 12, 2024
hanbingleixue
approved these changes
Jan 12, 2024
kkf1
changed the title
消息队列禁止消费Kafka集成测试
Message queue consumption prohibition of Kafka integration test
Apr 13, 2024
kkf1
changed the title
Message queue consumption prohibition of Kafka integration test
Integration test for message queue consumption prohibition of Kafka
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] Add message queue to disable consumption of Kafka integration test
[Use case description] Automated testing of Kafka’s prohibited consumption functions
[Self-test situation] 1. The local static check passed; 2. The integration test case passed the local verification.
[Scope of influence] None