[jboss-jira] [JBoss JIRA] (JGRP-1812) ProgrammaticApiTest.testSharedTransport fails to receive correct number of messages

Richard Achmatowicz (JIRA) issues at jboss.org
Mon Mar 24 11:23:12 EDT 2014


Richard Achmatowicz created JGRP-1812:
-----------------------------------------

             Summary: ProgrammaticApiTest.testSharedTransport fails to receive correct number of messages
                 Key: JGRP-1812
                 URL: https://issues.jboss.org/browse/JGRP-1812
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 3.2.14
         Environment: RHEL, Solaris
            Reporter: Richard Achmatowicz
            Assignee: Bela Ban
             Fix For: 3.2.14


ProgrammaticApiTest tests the use of the API for creating and configuring channels. One such test testSharedTransport tests the creation and use of a stack with a shared transport. This test does the following:
- creates two channels A and B
- creates a UDP-based shared transport stack
- assigns the same stack to both channels
- channel A connects to group cluster-one; channel B connects to group cluster-two
- channel A multicasts 10 messages to its group; channel B multicasts 5 messages to its group
- the test then waits for the correct number of multicast messages to arrive

Problem:the test is failing because the receiver on channel A is receiving 20 messages instead of 10 messages.

This test fails intermittently, but fairly regularly.


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