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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 31 00:41:20 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-31 00:41:19 -0400 (Wed, 31 Aug 2011)
New Revision: 11255

Modified:
   branches/Branch_2_2_EAP_cluster_clean3/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterTestBase.java
   branches/Branch_2_2_EAP_cluster_clean3/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusteredGroupingTest.java
Log:
tweaks

Modified: branches/Branch_2_2_EAP_cluster_clean3/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterTestBase.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean3/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterTestBase.java	2011-08-31 04:39:28 UTC (rev 11254)
+++ branches/Branch_2_2_EAP_cluster_clean3/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterTestBase.java	2011-08-31 04:41:19 UTC (rev 11255)
@@ -2029,7 +2029,6 @@
          servers[node].setIdentity("server " + node);
          log.info("starting server " + servers[node]);
          servers[node].start();
-         Thread.sleep(100);
          
 //         for (int i = 0 ; i <= node; i++)
 //         {
@@ -2041,6 +2040,7 @@
          log.info("started server " + node);
 
          waitForServer(servers[node]);
+         Thread.sleep(100);
 
       }
 

Modified: branches/Branch_2_2_EAP_cluster_clean3/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusteredGroupingTest.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean3/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusteredGroupingTest.java	2011-08-31 04:39:28 UTC (rev 11254)
+++ branches/Branch_2_2_EAP_cluster_clean3/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusteredGroupingTest.java	2011-08-31 04:41:19 UTC (rev 11255)
@@ -19,10 +19,8 @@
 
 import org.hornetq.api.core.Message;
 import org.hornetq.api.core.SimpleString;
-import org.hornetq.api.core.client.ServerLocator;
 import org.hornetq.api.core.management.ManagementHelper;
 import org.hornetq.api.core.management.NotificationType;
-import org.hornetq.core.server.HornetQServer;
 import org.hornetq.core.server.group.GroupingHandler;
 import org.hornetq.core.server.group.impl.GroupBinding;
 import org.hornetq.core.server.group.impl.GroupingHandlerConfiguration;



More information about the hornetq-commits mailing list