Author: clebert.suconic(a)jboss.com
Date: 2011-07-21 22:38:58 -0400 (Thu, 21 Jul 2011)
New Revision: 11015
Modified:
branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java
Log:
adding logs on test
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-22
02:38:25 UTC (rev 11014)
+++
branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java 2011-07-22
02:38:58 UTC (rev 11015)
@@ -154,15 +154,15 @@
closeSessionFactory(1);
+ log.info("*********** Stopping server 1");
stopServers(1);
+ log.info("*********** Stopped server 1");
- Thread.sleep(12000);
+ Thread.sleep(1000);
System.out.println(clusterDescription(servers[0]));
startServers(1);
-
- Thread.sleep(3000);
System.out.println(clusterDescription(servers[0]));
System.out.println(clusterDescription(servers[1]));
Show replies by date