JBossWS SVN: r10349 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-20 05:05:49 -0400 (Mon, 20 Jul 2009)
New Revision: 10349
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
Increase PermGen mem for Surefire tests
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2009-07-20 09:04:59 UTC (rev 10348)
+++ stack/native/trunk/modules/testsuite/pom.xml 2009-07-20 09:05:49 UTC (rev 10349)
@@ -17,7 +17,7 @@
<properties>
<surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
<surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
- <surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
+ <surefire.gc.args>-Xmx512m -XX:MaxPermSize=256m -Dcom.sun.management.jmxremote</surefire.gc.args>
<test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
<test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
<test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
15 years, 5 months
JBossWS SVN: r10348 - framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-6.0.0.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-20 05:04:59 -0400 (Mon, 20 Jul 2009)
New Revision: 10348
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-6.0.0/config.xml
Log:
Fix AS 6.0.0 Test build on Hudson
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-6.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-6.0.0/config.xml 2009-07-18 15:16:28 UTC (rev 10347)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-6.0.0/config.xml 2009-07-20 09:04:59 UTC (rev 10348)
@@ -55,7 +55,7 @@
#
# execute tests
#
-./build.sh -Dnode0=$JBOSS_BIND_ADDRESS tests-webservice tests-report 2>&1 | tee $WORKSPACE/tests.log
+./build.sh -Dnode0=$JBOSS_BIND_ADDRESS init tests-webservice tests-report 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u | tee $WORKSPACE/fixme.txt
cat $STACK_DIR/modules/testsuite/test-excludes-$JBOSS_TARGET.txt $WORKSPACE/fixme.txt | egrep "\[\S*]" > $WORKSPACE/errata-$JBOSS_TARGET.txt
15 years, 5 months