[
https://issues.jboss.org/browse/JGRP-1812?page=com.atlassian.jira.plugin....
]
Bela Ban closed JGRP-1812.
--------------------------
Resolution: Won't Fix
If you think this is a real bug, and not just a transient error, feel free to reopen in
3.6.8. Closing for now. Also, the shared transport has been deprecated and will get
removed in 4.0.
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 was sent by Atlassian JIRA
(v6.4.11#64026)