You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/03/30 21:58:33 UTC

[29/50] incubator-usergrid git commit: Run tests with 1 fork and 1 thread until we figure out how to make tests run concurrently again.

Run tests with 1 fork and 1 thread until we figure out how to make tests run concurrently again.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/f1bf0354
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/f1bf0354
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/f1bf0354

Branch: refs/heads/two-dot-o-dev
Commit: f1bf0354b3f2326cd610f7d8b63563459b8b6f4f
Parents: 8ea46ba
Author: Dave Johnson <dm...@apigee.com>
Authored: Thu Mar 19 16:47:08 2015 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Thu Mar 19 16:47:08 2015 -0400

----------------------------------------------------------------------
 stack/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f1bf0354/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index f24917a..da8e696 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -121,8 +121,10 @@
       <!-- only use half the cores on the machine for testing -->
       <usergrid.it.parallel>methods</usergrid.it.parallel>
       <usergrid.it.reuseForks>true</usergrid.it.reuseForks>
-      <usergrid.it.forkCount>4</usergrid.it.forkCount>
-      <usergrid.it.threads>8</usergrid.it.threads>
+
+      <!-- run with 1 fork and 1 thread until we figure out how to make tests run concurrently again -->
+      <usergrid.it.forkCount>1</usergrid.it.forkCount>
+      <usergrid.it.threads>1</usergrid.it.threads>
 
       <metrics.version>3.0.0</metrics.version>
       <rx.version>0.19.6</rx.version>