You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/11/02 16:10:48 UTC

incubator-beam git commit: spark pom.xml: limit parallelism in runnable-on-service tests

Repository: incubator-beam
Updated Branches:
  refs/heads/spark-ros [created] 6e1652a06


spark pom.xml: limit parallelism in runnable-on-service tests


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

Branch: refs/heads/spark-ros
Commit: 6e1652a06f113783519611f2fcccba3a417de43d
Parents: 529f266
Author: Dan Halperin <dh...@google.com>
Authored: Wed Nov 2 09:10:33 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Nov 2 09:10:33 2016 -0700

----------------------------------------------------------------------
 runners/spark/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6e1652a0/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index e83aedf..0f2bbec 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -73,6 +73,7 @@
                 <configuration>
                   <groups>org.apache.beam.sdk.testing.RunnableOnService</groups>
                   <forkCount>1</forkCount>
+                  <parallel>4</parallel>
                   <reuseForks>false</reuseForks>
                   <failIfNoTests>true</failIfNoTests>
                   <dependenciesToScan>