[hornetq-commits] JBoss hornetq SVN: r11067 - branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 29 00:25:12 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-07-29 00:25:11 -0400 (Fri, 29 Jul 2011)
New Revision: 11067

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java
Log:
tweak

Modified: branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java	2011-07-29 04:22:24 UTC (rev 11066)
+++ branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java	2011-07-29 04:25:11 UTC (rev 11067)
@@ -135,20 +135,7 @@
       
       log.info("ZZZ Server 0 " + servers[0].describe());
 
-      // try
-      // {
-      // stopServers(1);
-      // waitForTopology(servers[0], 1);
-      // startServers(1);
-      // waitForTopology(servers[0], 2);
-      // stopServers(0,1);
-      // }
-      // catch (Throwable e)
-      // {
-      // e.printStackTrace(System.out);
-      // throw e;
-      // }
-      for (int i = 0; i < 100; i++)
+      for (int i = 0; i < 5; i++)
       {
          log.info("#stop #test #" + i);
          Thread.sleep(500);
@@ -164,17 +151,6 @@
 
    }
 
-   public void testLoop() throws Exception
-   {
-      for (int i = 0; i < 100; i++)
-      {
-         log.info("#test " + i);
-         testStopStart();
-         tearDown();
-         setUp();
-      }
-   }
-
    public void testStopStart() throws Exception
    {
       startServers(0, 1);



More information about the hornetq-commits mailing list