GitHub user vsair opened a pull request:
https://github.com/apache/incubator-rocketmq/pull/94
[ROCKETMQ-179] Fix errors of test cases
1. Add TC of ConsumerManager.
2. Fix some bugs.
3. Set file size of commitlog to 256M, instead of 1G(may too big).
4. Destroy message store in shutdown hook, otherwise could not clear the
files generated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vsair/incubator-rocketmq ROCKETMQ-179
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rocketmq/pull/94.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #94
----
commit a0902a3dc6f2b7ae7232c9ea9bd8d006bd757099
Author: xigu.lx <[email protected]>
Date: 2017-04-17T09:25:55Z
[ROCKETMQ-179] Fix errors of test cases
1. Add TC of ConsumerManager.
2. Fix some bugs.
3. Set file size of commitlog to 256M, instead of 1G(may too big).
4. Destroy message store in shutdown hook, otherwise could not clear the
files generated.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---