Class JGroupsClusterJoinRaceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.cluster.jgroups.JGroupsClusterJoinRaceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@ManualTest public class JGroupsClusterJoinRaceTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description JGroupsClusterJoinRaceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitTest()voidshouldFormClusterWhenNodesStartedInInterval0()voidshouldFormClusterWhenNodesStartedInInterval100()voidshouldFormClusterWhenNodesStartedInInterval1000()voidshouldFormClusterWhenNodesStartedInInterval1500()voidshouldFormClusterWhenNodesStartedInInterval2000()voidshouldFormClusterWhenNodesStartedInInterval500()voidshouldFormClusterWhenNodesStartedInInterval5000()voidstartNodesConcurrently(int delayMilis)-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
initTest
public void initTest()
-
shouldFormClusterWhenNodesStartedInInterval0
public void shouldFormClusterWhenNodesStartedInInterval0() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldFormClusterWhenNodesStartedInInterval100
public void shouldFormClusterWhenNodesStartedInInterval100() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldFormClusterWhenNodesStartedInInterval500
public void shouldFormClusterWhenNodesStartedInInterval500() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldFormClusterWhenNodesStartedInInterval1000
public void shouldFormClusterWhenNodesStartedInInterval1000() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldFormClusterWhenNodesStartedInInterval1500
public void shouldFormClusterWhenNodesStartedInInterval1500() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldFormClusterWhenNodesStartedInInterval2000
public void shouldFormClusterWhenNodesStartedInInterval2000() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldFormClusterWhenNodesStartedInInterval5000
public void shouldFormClusterWhenNodesStartedInInterval5000() throws java.lang.Exception- Throws:
java.lang.Exception
-
startNodesConcurrently
public void startNodesConcurrently(int delayMilis) throws java.lang.Exception- Throws:
java.lang.Exception
-
-