[jboss-jira] [JBoss JIRA] (JGRP-1775) Relay2Test.testQueueingAndForwarding fails randomly
Risto Oikarinen (JIRA)
issues at jboss.org
Mon Jan 20 05:23:28 EST 2014
Risto Oikarinen created JGRP-1775:
-------------------------------------
Summary: Relay2Test.testQueueingAndForwarding fails randomly
Key: JGRP-1775
URL: https://issues.jboss.org/browse/JGRP-1775
Project: JGroups
Issue Type: Bug
Affects Versions: 3.3.5
Reporter: Risto Oikarinen
Assignee: Bela Ban
Relay2Test.testQueueingAndForwarding seems to be failing randomly. I was able to reproduce this with the following test:
{code:java}
public void testQueueInLoop() throws Exception {
for ( int i = 0; i < 1000; ++i) {
testQueueingAndForwarding();
destroy();
}
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list