[exo-jcr-commits] exo-jcr SVN: r1292 - jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 5 07:43:52 EST 2010


Author: nfilotto
Date: 2010-01-05 07:43:52 -0500 (Tue, 05 Jan 2010)
New Revision: 1292

Modified:
   jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/SQLBenchmarkTest.java
Log:
EXOJCR-302: Make all the threads start at the same time in SQLBenchmarkTest

Modified: jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/SQLBenchmarkTest.java
===================================================================
--- jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/SQLBenchmarkTest.java	2010-01-05 12:16:01 UTC (rev 1291)
+++ jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/SQLBenchmarkTest.java	2010-01-05 12:43:52 UTC (rev 1292)
@@ -678,6 +678,7 @@
             {
                try
                {
+                  startSignal.await();
                   for (int i = 0; i < totalTimes; i++)
                   {
                      result.set(task.execute(args));



More information about the exo-jcr-commits mailing list