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
Fix For: 5.6.0
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