[jboss-cvs] JBossAS SVN: r106348 - in branches/Branch_No_Multicast/testsuite: imports and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 30 13:57:00 EDT 2010


Author: pferraro
Date: 2010-06-30 13:56:59 -0400 (Wed, 30 Jun 2010)
New Revision: 106348

Modified:
   branches/Branch_No_Multicast/testsuite/build.xml
   branches/Branch_No_Multicast/testsuite/imports/server-config.xml
Log:
Add missing mod_cluster-ec2 server config


Modified: branches/Branch_No_Multicast/testsuite/build.xml
===================================================================
--- branches/Branch_No_Multicast/testsuite/build.xml	2010-06-30 16:26:28 UTC (rev 106347)
+++ branches/Branch_No_Multicast/testsuite/build.xml	2010-06-30 17:56:59 UTC (rev 106348)
@@ -1709,7 +1709,7 @@
    
    <target name="tests-mod_cluster-ec2" description="Runs the various test targets, but against mod_cluster-ec2 config" depends="init">
       <record name="${basedir}/output/tests.log" append="no" action="start" loglevel="info"/>
-      <property name="conf" value="cluster-ec2"/>
+      <property name="conf" value="mod_cluster-ec2"/>
       <property name="baseconf" value="mod_cluster-ec2"/>
 
       <!--antcall target="tests-jbossmessaging"/-->

Modified: branches/Branch_No_Multicast/testsuite/imports/server-config.xml
===================================================================
--- branches/Branch_No_Multicast/testsuite/imports/server-config.xml	2010-06-30 16:26:28 UTC (rev 106347)
+++ branches/Branch_No_Multicast/testsuite/imports/server-config.xml	2010-06-30 17:56:59 UTC (rev 106348)
@@ -124,6 +124,29 @@
          <sysproperty key="jboss.jgroups.s3_ping.secret_access_key" value="${s3_ping.secret_access_key}" />
          <sysproperty key="jboss.jgroups.s3_ping.bucket" value="${s3_ping.bucket}" />
       </server>
+      <server name="mod_cluster-ec2" host="${node0}">
+<!--
+         <jvmarg value="-agentlib:yjpagent" />
+         <jvmarg value="-Xrunyjpagent:sessionname=JBoss" />
+-->
+         <jvmarg value="-Xms128m" />
+         <jvmarg value="-Xmx768m" />
+         <jvmarg value="-XX:MaxPermSize=512m" />
+         <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError" />
+         <jvmarg value="-XX:-UseGCOverheadLimit" />
+<!--
+         <jvmarg value="-Dcom.sun.management.jmxremote" />
+         <jvmarg value="-XX:MaxPermSize=512m" />
+         <jvmarg value="-Xmx512m" />
+-->
+         <sysproperty key="java.net.preferIPv4Stack" value="true" />
+         <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
+         <sysproperty key="jgroups.udp.ip_ttl" value="${jbosstest.udp.ip_ttl}" />
+         <sysproperty key="xb.builder.useUnorderedSequence" value="true" />
+         <sysproperty key="jboss.jgroups.s3_ping.access_key" value="${s3_ping.access_key}" />
+         <sysproperty key="jboss.jgroups.s3_ping.secret_access_key" value="${s3_ping.secret_access_key}" />
+         <sysproperty key="jboss.jgroups.s3_ping.bucket" value="${s3_ping.bucket}" />
+      </server>
       <server name="securitymgr" config="secmgr" host="${node0}">
          <jvmarg value="${jpda.cmdline}" />
          <jvmarg value="-Xms128m" />



More information about the jboss-cvs-commits mailing list