Skip to content
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

[RIP-10] Add test case for ConsumeMessageOrderlyService #905

Closed
wants to merge 93 commits into from

Conversation

tandan330
Copy link

What is the purpose of the change

Add test case for ConsumeMessageOrderlyService

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test(over 80% coverage) to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

RongtongJin and others added 30 commits December 22, 2018 11:18
2. Order Example
3. Schedule Example
4. Batch Example
5. Filter Example
6. Transaction Example
7. Logappender Example
8. OpenMessaging Example
same indentation
OpenMessaging
2. Corrected some typos
3. Introduce of the Schedule Message
apache#707)

* [RIP-9]add the msg trace of RocketMQ doc part

* [RIP-9]add the acl feature of RocketMQ doc part

* [RIP-9]adjust the title number of the acl feature doc part for RocketMQ
[RIP-9]Modify the architecture part Develop
[RIP-9]Adjust the formate of RocketMQ ACL doc part.
dengtongcai and others added 28 commits February 21, 2019 17:08
[RIP-10] Fix junit bug in ScheduleMessageServiceTest
* Add test case for CommitLog.handleHA

* Add one UUID parent path for RocketMQ's files
[RIP-10] Add test case for KVTable
… and DefaultMessageStore.CleanConsumeQueueService (apache#836)

[RIP-10]  Add test cases for DefaultMessageStore.CleanCommitLogService and DefaultMessageStore.CleanConsumeQueueService
…pache#794)

[RIP-9] Add the introduction of the Operations_Producer in RocketMQ
[ISSUE apache#731] Change log level in TransactionalMessageServiceImpl
* [RIP-9] Add Operations_Trace.md in recketmq
…e#793)

[RIP-9] Add the introduction of the basic concepts in RocketMQ
…tion best practices. (apache#799)

[RIP-9]Add the client configuration section of the RocketMQ documentation best practices.
[RIP-9]Add English docs of architecture
[RIP-9] Add the Configuration_System in RocketMQ
…gement tools (apache#821)

[RIP-9] Add ta CLITools.md file to illustrate the use of  mqadmin management tools
[RIP-9] Add API_Reference_DefaultMQProducer.md for Java
[RIP-9] Commit docs Design_Filter.md
… punctuation (apache#878)

[RIP-9] Change the Chinese punctuation in Example_Delay.md to English punctuation
)

[RIP-9] update the en doc for Troubleshoopting.md apache#881
[RIP-9] Add the FAQ in RocketMQ
[RIP-9] Delete the number on the title
[RIP-9] update incorrect symbol
@tandan330 tandan330 closed this Feb 26, 2019
@tandan330 tandan330 deleted the TD-develop branch February 27, 2019 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet