GitHub user dudaerich opened a pull request:

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

    ARTEMIS-606 JMSServerControl2Test#testCloseConsumerConnectionsForAddr…

    …essForInVM fails
    
    Based on log it is clear that the connection was closed by Finalizer before 
the failure
    was caused by the test itself. Since the connection variable is not 
referenced in the
    code anymore, JVM concludes it can destroy the object. Especially IBM JDK 
does it very
    fast.

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

    $ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-606

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

    https://github.com/apache/activemq-artemis/pull/614.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 #614
    
----
commit 058a6ee880270834f9c886c1ec7eb72c2103cdca
Author: Erich Duda <ed...@redhat.com>
Date:   2016-07-01T12:54:18Z

    ARTEMIS-606 
JMSServerControl2Test#testCloseConsumerConnectionsForAddressForInVM fails
    
    Based on log it is clear that the connection was closed by Finalizer before 
the failure
    was caused by the test itself. Since the connection variable is not 
referenced in the
    code anymore, JVM concludes it can destroy the object. Especially IBM JDK 
does it very
    fast.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to