You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Dan Halperin <dh...@google.com.INVALID> on 2016/11/02 17:02:19 UTC

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

(iterating with Amit on the Spark RunnableOnService suites on this branch)

On Wed, Nov 2, 2016 at 9:34 AM, <dh...@apache.org> wrote:

> 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 <dh...@google.com>
> Authored: Wed Nov 2 09:33:28 2016 -0700
> Committer: Dan Halperin <dh...@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>
>
>