[jboss-svn-commits] JBL Code SVN: r30533 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 8 06:03:38 EST 2009


Author: whitingjr
Date: 2009-12-08 06:03:37 -0500 (Tue, 08 Dec 2009)
New Revision: 30533

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt
   labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
   labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
Log:
Added comments, added configuration details. Fixed csv parameter.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt	2009-12-08 11:03:03 UTC (rev 30532)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt	2009-12-08 11:03:37 UTC (rev 30533)
@@ -20,3 +20,8 @@
 
 * Enable Read Only optimization in first resource for multiple resource tests.
 src/test/resources/testsuite-integration-ejb3.xml - invoke_optional_write
+
+* Select an interesting method for analysis.
+src/main/resources/properties/database/<db-vendor>/db-profile.properties - db-vendor.method.xpaths
+build.properties - testcase.xpaths
+ 
\ No newline at end of file

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt	2009-12-08 11:03:03 UTC (rev 30532)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt	2009-12-08 11:03:37 UTC (rev 30533)
@@ -21,10 +21,11 @@
        Checks command line XA parameter against vendor database driver support for XA.
        Added properties file to configure default flags.
        Added integrity constraint relaxing for multiple database vendors.
-         
+
 0.4    Added multi XA resource persistence configuration. 
 
 0.5    Supports filtering and merging of results into categories.
+         - Uses two properties for configuration.
 
 Known issues:
 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml	2009-12-08 11:03:03 UTC (rev 30532)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml	2009-12-08 11:03:37 UTC (rev 30533)
@@ -274,7 +274,7 @@
 	</target>
 
 	<target name="categorise" depends="profile">
-		<property name="xpaths-csv" value="${testcase.xpaths}|${db-vendor.method.xpaths}"/>
+		<property name="xpaths-csv" value="${testcase.xpaths},${db-vendor.method.xpaths}"/>
 		<tstamp />
 		<copy file="logs/profiled/DATE-TIME-profile.xml" tofile="logs/${DSTAMP}-${TSTAMP}-profile-raw.xml"/>
 		<echo message="db vendor package[${db-vendor-package.xpath}]"></echo>



More information about the jboss-svn-commits mailing list