You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@rocketmq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/26 06:28:24 UTC

[jira] [Commented] (ROCKETMQ-76) Expose IntegrationTestBase to be used by other integration projects

    [ https://issues.apache.org/jira/browse/ROCKETMQ-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15839325#comment-15839325 ] 

ASF GitHub Bot commented on ROCKETMQ-76:
----------------------------------------

GitHub user shroman opened a pull request:

    https://github.com/apache/incubator-rocketmq/pull/52

    [ROCKETMQ-76] Expose IntegrationTestBase to be used by other integrat…

    …ion projects
    
    JIRA issue: https://issues.apache.org/jira/browse/ROCKETMQ-76

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shroman/incubator-rocketmq ROCKETMQ-76

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rocketmq/pull/52.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 #52
    
----
commit aa0bad87dea93cdf223733eda34471e461dc98da
Author: shtykh_roman <rs...@yahoo.com>
Date:   2017-01-26T06:23:56Z

    [ROCKETMQ-76] Expose IntegrationTestBase to be used by other integration projects
    
    JIRA issue: https://issues.apache.org/jira/browse/ROCKETMQ-76

----


> 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)