[jboss-jira] [JBoss JIRA] (JGRP-1806) UnicastLoopbackTest fails to receive all messages in the allotted time

Richard Achmatowicz (JIRA) issues at jboss.org
Thu Mar 6 11:43:33 EST 2014


Richard Achmatowicz created JGRP-1806:
-----------------------------------------

             Summary: UnicastLoopbackTest fails to receive all messages in the allotted time
                 Key: JGRP-1806
                 URL: https://issues.jboss.org/browse/JGRP-1806
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 3.2.13
         Environment: RHEL, Windows, Solaris
            Reporter: Richard Achmatowicz
            Assignee: Bela Ban
             Fix For: 3.2.13


UnicastLoopbackTest.testUnicastMessagesWithLoopback() is failing with the following error:
{noformat}
Error Message

Test timed out before all messages were received
Stacktrace

java.lang.AssertionError 
at org.testng.Assert.fail(Assert.java:94) 
at org.jgroups.tests.UnicastLoopbackTest.testUnicastMsgsWithLoopback(UnicastLoopbackTest.java:78) 
{noformat}

The test does the following:
- creates one channel with loopback enabled in the transport
- the channel is assigned a receiver which collects the messages received and sets a Boolean valued Promise when all messages have been received 
- sends 1000 messages in a burst to the channel
- waits 20 seconds for the promise to be set to true

The test fails because the messages do not arrive within the allotted 20 seconds.


--
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