Repository: incubator-beam
Updated Branches:
  refs/heads/spark-ros 6e1652a06 -> f2637d745


fixup! 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/f2637d74
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/f2637d74
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/f2637d74

Branch: refs/heads/spark-ros
Commit: f2637d74500bb33e6393ea446d49f2591dbe7632
Parents: 6e1652a
Author: Dan Halperin <dhalp...@google.com>
Authored: Wed Nov 2 09:33:28 2016 -0700
Committer: Dan Halperin <dhalp...@google.com>
Committed: Wed Nov 2 09:33:28 2016 -0700

----------------------------------------------------------------------
 runners/spark/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


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

Reply via email to