[jboss-svn-commits] JBL Code SVN: r30195 - labs/jbosstm/trunk/qa.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 18 05:52:53 EST 2009


Author: jhalliday
Date: 2009-11-18 05:52:53 -0500 (Wed, 18 Nov 2009)
New Revision: 30195

Modified:
   labs/jbosstm/trunk/qa/TaskImpl.properties
   labs/jbosstm/trunk/qa/run-tests.xml
Log:
Enable stats only for the test groups that actually need it. JBTM-390


Modified: labs/jbosstm/trunk/qa/TaskImpl.properties
===================================================================
--- labs/jbosstm/trunk/qa/TaskImpl.properties	2009-11-18 10:36:54 UTC (rev 30194)
+++ labs/jbosstm/trunk/qa/TaskImpl.properties	2009-11-18 10:52:53 UTC (rev 30195)
@@ -65,8 +65,6 @@
 # shorten recovery interval to speed crash rec tests
 COMMAND_LINE_11=-DRecoveryEnvironmentBean.periodicRecoveryPeriod=10
 COMMAND_LINE_12=-DRecoveryEnvironmentBean.recoveryBackoffPeriod=5
-# statistics are required for some txcore tests
-COMMAND_LINE_13=-DCoordinatorEnvironmentBean.enableStatistics=true
 #
 # enable these to debug spawned processes. You may need to pause the test
 # framework in a debugger too, or it may spawn multiple procs on the same
@@ -75,7 +73,6 @@
 #COMMAND_LINE_14=-Xdebug
 #COMMAND_LINE_15=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006
 
-COMMAND_LINE_14=-Dqa.debug=true
 
 #
 # task arg properties substitutions - you probably don't need to mess with these.

Modified: labs/jbosstm/trunk/qa/run-tests.xml
===================================================================
--- labs/jbosstm/trunk/qa/run-tests.xml	2009-11-18 10:36:54 UTC (rev 30194)
+++ labs/jbosstm/trunk/qa/run-tests.xml	2009-11-18 10:52:53 UTC (rev 30195)
@@ -89,7 +89,10 @@
     <target name="junit">
 
         <!-- txcore : 28 tests, 2 minutes -->
-        <antcall target="junit-tests"><param name="tests" value="txcore"/></antcall>
+        <antcall target="junit-tests">
+            <param name="tests" value="txcore"/>
+            <param name="additional.elements" value="-DCoordinatorEnvironmentBean.enableStatistics=true"/>
+        </antcall>
         <!-- txcore_lockrecord : 128 tests, 3 minutes -->
         <antcall target="junit-tests"><param name="tests" value="txcore_lockrecord"/></antcall>
         <!-- txcore_abstractrecord : 40 tests, 1 minute -->



More information about the jboss-svn-commits mailing list