You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2019/11/07 23:07:16 UTC

[beam] branch master updated: [BEAM-8294] run Spark portable validates runner tests in parallel

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 692da20  [BEAM-8294] run Spark portable validates runner tests in parallel
     new 497e576  Merge pull request #9999 from ibzib/spark-parallel-test
692da20 is described below

commit 692da2079509ef1ec0f60287e6a774ee2d15dbd6
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Tue Nov 5 12:20:11 2019 -0800

    [BEAM-8294] run Spark portable validates runner tests in parallel
---
 runners/spark/job-server/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runners/spark/job-server/build.gradle b/runners/spark/job-server/build.gradle
index 514fbf8..2b27a88 100644
--- a/runners/spark/job-server/build.gradle
+++ b/runners/spark/job-server/build.gradle
@@ -88,7 +88,7 @@ def portableValidatesRunnerTask(String name) {
     jobServerDriver: "org.apache.beam.runners.spark.SparkJobServerDriver",
     jobServerConfig: "--job-host=localhost,--job-port=0,--artifact-port=0,--expansion-port=0",
     testClasspathConfiguration: configurations.validatesPortableRunner,
-    numParallelTests: 1,
+    numParallelTests: 4,
     environment: BeamModulePlugin.PortableValidatesRunnerConfiguration.Environment.EMBEDDED,
     systemProperties: [
       "beam.spark.test.reuseSparkContext": "false",