[jboss-cvs] JBossAS SVN: r65297 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 11:19:20 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-11 11:19:20 -0400 (Tue, 11 Sep 2007)
New Revision: 65297

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-4677] Disallow buddy replication for ClusteredSingleSignOn cache

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-09-11 15:17:20 UTC (rev 65296)
+++ trunk/testsuite/build.xml	2007-09-11 15:19:20 UTC (rev 65297)
@@ -962,7 +962,7 @@
     <!-- Create the sso enabled tomcat config starting with the all config -->
     <create-cluster-sso-node newconf="tomcat-sso-cluster0"/>
     <create-cluster-sso-node newconf="tomcat-sso-cluster1"/>
-
+  
     <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK"/>
     <http-cluster-node-config-change conf="tomcat-sso-cluster0" useBuddyRepl="false"/>
     <http-cluster-node-config-change conf="tomcat-sso-cluster1" useBuddyRepl="false"/>
@@ -978,26 +978,7 @@
     <server:stop name="tomcat-sso-cluster0"/>
     <server:stop name="tomcat-sso-cluster1"/>
 
-    <!-- Do it again with BR enabled -->
-
-    <create-cluster-sso-node newconf="tomcat-sso-cluster-br0"/>
-    <create-cluster-sso-node newconf="tomcat-sso-cluster-br1"/>
-
-    <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK"/>
-    <http-cluster-node-config-change conf="tomcat-sso-cluster-br0" useBuddyRepl="true"/>
-    <http-cluster-node-config-change conf="tomcat-sso-cluster-br1" useBuddyRepl="true"/>
-
-    <server:start name="tomcat-sso-cluster-br0"/>
-    <server:start name="tomcat-sso-cluster-br1"/>
-
-    <antcall target="tests-clustering-unit">
-      <param name="cluster.includes.refid" value="tc-sso-clustered.includes"/>
-      <param name="jboss-junit-configuration" value="tomcat-sso-cluster-br"/>
-    </antcall>
-
-    <server:stop name="tomcat-sso-cluster-br0"/>
-    <server:stop name="tomcat-sso-cluster-br1"/>
-
+    <!-- BuddyReplication enabled tests are eliminated as that's not a valid usage -->
    </target>
 
 	 <!-- Tests that require the attribute "UseJBossWebLoader" set to true -->




More information about the jboss-cvs-commits mailing list