You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Torsten Mielke (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/02 14:23:05 UTC

[jira] [Resolved] (AMQ-3754) intermittent failure of org.apache.activemq.transport.vm.VmTransportNetworkBrokerTest

     [ https://issues.apache.org/jira/browse/AMQ-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Torsten Mielke resolved AMQ-3754.
---------------------------------

    Resolution: Fixed
    
> intermittent failure of org.apache.activemq.transport.vm.VmTransportNetworkBrokerTest
> -------------------------------------------------------------------------------------
>
>                 Key: AMQ-3754
>                 URL: https://issues.apache.org/jira/browse/AMQ-3754
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.5.1
>            Reporter: Torsten Mielke
>            Assignee: Torsten Mielke
>              Labels: test, test-fail
>             Fix For: 5.6.0
>
>         Attachments: AMQ-3754.patch
>
>
> The JUnit test org.apache.activemq.transport.vm.VmTransportNetworkBrokerTest fails most of the time on a Mac OSX machine. 
> The reason for the failure is that the test assumes the JVM itself will not create any additional threads at runtime. This however is a false assumption as on Mac OSX a daemon thread called "Poller SunPKCS11-Darwin" is created at some later point in time (after the test got kicked off already) under the main thread group. 
> This extra but JVM internal thread makes the test fail on Mac OSX right now.
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira