[
https://issues.jboss.org/browse/JGRP-1775?page=com.atlassian.jira.plugin....
]
Bela Ban resolved JGRP-1775.
----------------------------
Resolution: Won't Fix
I'm afraid I won't fix this in 3.5 as that test doesn't exist anymore.
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
Priority: Minor
Fix For: 3.5
Attachments: relay2test_fails_randomly_log.txt
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