[jboss-svn-commits] JBL Code SVN: r30947 - labs/jbosstm/workspace/whitingjr/trunk/performance.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 5 13:15:48 EST 2010
Author: whitingjr
Date: 2010-01-05 13:15:48 -0500 (Tue, 05 Jan 2010)
New Revision: 30947
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
Log:
Added notes on multi-threading support and concurrent load.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt 2010-01-05 18:15:11 UTC (rev 30946)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt 2010-01-05 18:15:48 UTC (rev 30947)
@@ -12,7 +12,8 @@
data interactively and storing it in XML format for later analysis.
Using the TestNG framework allowed configuring the testing framework to warmup the
- system being profiled without the profiler running.
+ system being profiled without the profiler running. The framework uses multi-threading to run
+ tests concurrently.
Additional information.
@@ -44,7 +45,8 @@
Added support for using different profilers.
Added complete control for each resource. Can mix and match vendor, installation type
and jdbc configuration.
+ Added multi threading to test cases.
Known issues:
-* Derby database implementation does not support relaxing integrety constraints. The sample data provided using DBUnit import needs constraints turning off. This makes Derby an unsuitable database to use with this performance framework.
+* Derby database implementation does not support Boolean data type http://issues.apache.org/jira/browse/DERBY-499. The sample data provided using DBUnit import needs Boolean metadata. This makes Derby an unsuitable database to use with this performance framework.
More information about the jboss-svn-commits
mailing list