-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
[ISSUE #8503] Add test cases for org.apache.rocketmq.common.chain/coldstr/compression/consumer #8504
Merged
ShannonDing
merged 11 commits into
apache:develop
from
TeFuirnever:add-tests-for-chain-coldstr-compression-consumer
Aug 8, 2024
Merged
[ISSUE #8503] Add test cases for org.apache.rocketmq.common.chain/coldstr/compression/consumer #8504
ShannonDing
merged 11 commits into
apache:develop
from
TeFuirnever:add-tests-for-chain-coldstr-compression-consumer
Aug 8, 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
add test case for AclConfig in commom module Fixes apache#8417 Brief Description add test case for AclConfig in commom module by using tongyi tools. How Did You Test This Change? run test case successfull.
[ISSUE apache#8417]add some test cases for org.apache.rocketmq.common.AclConfig apache#8417
…elop # Conflicts: # common/src/test/java/org/apache/rocketmq/common/AclConfigTest.java
add test case for AclConfig in commom module Fixes apache#8476 Brief Description add test case for org.apache.rocketmq.common.attribute in commom module by using tongyi tools. How Did You Test This Change? run test case successfull.
add test case for AclConfig in commom module Fixes apache#8476 Brief Description add test case for org.apache.rocketmq.common.attribute in commom module by using tongyi tools. How Did You Test This Change? run test case successfull.
…-tests-for-attribute
Add test cases for org.apache.rocketmq.common.chain/coldstr/compression/consumer Fixes apache#8503 Brief Description add test case for org.apache.rocketmq.common.chain/coldstr/compression/consumer in commom module by using tongyi tools. How Did You Test This Change? run test case successfull.
…-tests-for-chain-coldstr-compression-consumer # Conflicts: # common/src/test/java/org/apache/rocketmq/common/attribute/AttributeUtilTest.java
for soc in #8262 . |
Add test cases for org.apache.rocketmq.common.chain/coldstr/compression/consumer Fixes apache#8503 Brief Description add test case for org.apache.rocketmq.common.chain/coldstr/compression/consumer in commom module by using tongyi tools. How Did You Test This Change? run test case successfull.
@ShannonDing PTAL(Please Take A Look) |
Add test cases for org.apache.rocketmq.common.chain/coldstr/compression/consumer Fixes apache#8503 Brief Description add test case for org.apache.rocketmq.common.chain/coldstr/compression/consumer in commom module by using tongyi tools. How Did You Test This Change? run test case successfull.
ShannonDing
added
the
soc
Summer of Code, hosted by Google, Alibaba, Chinese Academy of Sciences and so on
label
Aug 7, 2024
ShannonDing
approved these changes
Aug 8, 2024
TeFuirnever
deleted the
add-tests-for-chain-coldstr-compression-consumer
branch
August 8, 2024 23:07
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.
Which Issue(s) This PR Fixes
[Enhancement] Add test cases for org.apache.rocketmq.common.chain/coldstr/compression/consumer #8503
Fixes #8503
Brief Description
Add more test coverage for Add test cases for org.apache.rocketmq.common.chain/coldstr/compression/consumer .
How Did You Test This Change?
run test case successfull.