[
https://issues.apache.org/jira/browse/ROCKETMQ-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15839379#comment-15839379
]
ASF GitHub Bot commented on ROCKETMQ-76:
----------------------------------------
Github user coveralls commented on the issue:
https://github.com/apache/incubator-rocketmq/pull/52
[](https://coveralls.io/builds/9850646)
Coverage increased (+0.05%) to 30.125% when pulling
**aa0bad87dea93cdf223733eda34471e461dc98da on shroman:ROCKETMQ-76** into
**30cabc77bd99abcf934d822d69030ddcfe38f94a on apache:master**.
> Expose IntegrationTestBase to be used by other integration projects
> -------------------------------------------------------------------
>
> Key: ROCKETMQ-76
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-76
> Project: Apache RocketMQ
> Issue Type: Improvement
> Reporter: Roman Shtykh
> Assignee: Roman Shtykh
>
> Currently, the integration projects have a nameserver and other services at
> some hosts, or implement their own logic to start up nameservers, brokers,
> etc.
> In addition, from version 3.2.6 {{rocketmq-namesrv}} etc. are not published
> to the public maven repository.
> It is good to expose {{IntegrationTestBase}} (and later improve if needed) so
> that it can be used to easily start the related services when integrating
> with other projects like this
> {code}
> <dependency>
> <groupId>org.apache.rocketmq</groupId>
> <artifactId>rocketmq-test</artifactId>
> <version>4.0.0-SNAPSHOT</version>
> <type>test-jar</type>
> <scope>test</scope>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)