[jbosscache-commits] JBoss Cache SVN: r7398 - core/trunk/src/test/resources.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 8 04:40:36 EST 2009


Author: mircea.markus
Date: 2009-01-08 04:40:36 -0500 (Thu, 08 Jan 2009)
New Revision: 7398

Modified:
   core/trunk/src/test/resources/unit-test-cache-service.xml
Log:
 TCPPING looks now for a range of 2 nodes  (fixed issue: when closing first node and restarting it discovery won't work)

Modified: core/trunk/src/test/resources/unit-test-cache-service.xml
===================================================================
--- core/trunk/src/test/resources/unit-test-cache-service.xml	2009-01-08 09:19:39 UTC (rev 7397)
+++ core/trunk/src/test/resources/unit-test-cache-service.xml	2009-01-08 09:40:36 UTC (rev 7398)
@@ -211,8 +211,8 @@
                  oob_thread_pool.rejection_policy="run"/>
 
             <TCPPING timeout="3000"
-                     initial_hosts="127.0.0.1[7800],127.0.0.1[7801]"
-                     port_range="1"
+                     initial_hosts="127.0.0.1[7800]"
+                     port_range="2"
                      num_initial_members="3"/>
             <MERGE2 max_interval="100000"
                     min_interval="20000"/>
@@ -281,8 +281,8 @@
                  oob_thread_pool.rejection_policy="run"/>
 
             <TCPPING timeout="3000"
-                     initial_hosts="127.0.0.1[7800],127.0.0.1[7801]"
-                     port_range="1"
+                     initial_hosts="127.0.0.1[7800]"
+                     port_range="2"
                      num_initial_members="3"/>
             <MERGE2 max_interval="100000"
                     min_interval="20000"/>




More information about the jbosscache-commits mailing list