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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 8 04:19:39 EST 2009


Author: mircea.markus
Date: 2009-01-08 04:19:39 -0500 (Thu, 08 Jan 2009)
New Revision: 7397

Modified:
   core/trunk/src/test/resources/unit-test-cache-service.xml
Log:
revert - 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 05:18:29 UTC (rev 7396)
+++ core/trunk/src/test/resources/unit-test-cache-service.xml	2009-01-08 09:19:39 UTC (rev 7397)
@@ -212,7 +212,7 @@
 
             <TCPPING timeout="3000"
                      initial_hosts="127.0.0.1[7800],127.0.0.1[7801]"
-                     port_range="2"
+                     port_range="1"
                      num_initial_members="3"/>
             <MERGE2 max_interval="100000"
                     min_interval="20000"/>
@@ -282,7 +282,7 @@
 
             <TCPPING timeout="3000"
                      initial_hosts="127.0.0.1[7800],127.0.0.1[7801]"
-                     port_range="2"
+                     port_range="1"
                      num_initial_members="3"/>
             <MERGE2 max_interval="100000"
                     min_interval="20000"/>




More information about the jbosscache-commits mailing list