| org.jgroups.tests.DisconnectTest
DisconnectTest | public class DisconnectTest extends TestCase (Code) | | Ensures that a disconnected channel reconnects correctly, for different
stack configurations.
author: Ovidiu Feodorov author: Bela Ban belaban@yahoo.com version: $Revision: 1.11 $ |
suite | public static Test suite()(Code) | | |
testDisconnectConnectOne_Default | public void testDisconnectConnectOne_Default() throws Exception(Code) | | Tests connect-disconnect-connect sequence for a group with one member
(using default configuration).
|
testDisconnectConnectOne_TUNNEL | public void testDisconnectConnectOne_TUNNEL() throws Exception(Code) | | Tests connect-disconnect-connect sequence for a group with one member
(using TUNNEL).
|
testDisconnectConnectSendTwo_Default | public void testDisconnectConnectSendTwo_Default() throws Exception(Code) | | Tests connect-disconnect-connect-send sequence for a group with two
members, using the default stack configuration. Assumes that default
configuration includes pbcast.NAKACK. Test case introduced before fixing
pbcast.NAKACK bug, which used to leave pbcast.NAKACK in a broken state
after DISCONNECT. Because of this problem, the channel couldn't be used
to multicast messages.
|
testDisconnectConnectSendTwo_TUNNEL | public void testDisconnectConnectSendTwo_TUNNEL() throws Exception(Code) | | Tests connect-disconnect-connect-send sequence for a group with two
members, using TUNNEL. Test case introduced before fixing pbcast.NAKACK
bug, which used to leave pbcast.NAKACK in a broken state after
DISCONNECT. Because of this problem, the channel couldn't be used to
multicast messages.
|
testDisconnectConnectTwo_Default | public void testDisconnectConnectTwo_Default() throws Exception(Code) | | Tests connect-disconnect-connect sequence for a group with two members
(using default configuration).
|
testDisconnectConnectTwo_TUNNEL | public void testDisconnectConnectTwo_TUNNEL() throws Exception(Code) | | Tests connect-disconnect-connect sequence for a group with two members
(using TUNNEL).
|
testNullLocalAddress_TUNNEL | public void testNullLocalAddress_TUNNEL() throws Exception(Code) | | Tests if the channel has a null local address after disconnect (using
TUNNEL).
TO_DO: uncomment or delete after clarifying the semantics of
getLocalAddress() on a disconnected channel.
|
|
|