You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by clebertsuconic <gi...@git.apache.org> on 2017/11/09 22:33:28 UTC

[GitHub] activemq-artemis pull request #1652: NO-JIRA Test Improvements

GitHub user clebertsuconic opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1652

    NO-JIRA Test Improvements

    Server.stop is currently waiting completions on Sessions
    just because of test cases. there's no impact in production.
    
    With the recent changes made into the Executors this doesn't make sense any longer

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

    $ git pull https://github.com/clebertsuconic/activemq-artemis artemis-1495

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

    https://github.com/apache/activemq-artemis/pull/1652.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 #1652
    
----
commit 2ed226a2158e7e577da05ba48dca0cd2d62b1b50
Author: Clebert Suconic <cl...@apache.org>
Date:   2017-11-09T21:06:05Z

    NO-JIRA Test Improvements
    
    Server.stop is currently waiting completions on Sessions
    just because of test cases. there's no impact in production.
    
    With the recent changes made into the Executors this doesn't make sense any longer

----


---

[GitHub] activemq-artemis pull request #1652: NO-JIRA Test Improvements

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1652


---