[jboss-jira] [JBoss JIRA] (JGRP-1775) Relay2Test.testQueueingAndForwarding fails randomly

Risto Oikarinen (JIRA) issues at jboss.org
Mon Jan 20 05:27:28 EST 2014


     [ https://issues.jboss.org/browse/JGRP-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Risto Oikarinen updated JGRP-1775:
----------------------------------

    Description: 
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}


  was:
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}



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


More information about the jboss-jira mailing list