You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2018/08/13 22:30:14 UTC

[beam] branch master updated (a1af90a -> b822633)

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

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


    from a1af90a  [BEAM-4826] Sanitize pCollections before sending to SDKHarness
     add 6d10ebf  [BEAM-4176] Generalizing validatesPortableRunner task and adding ValidatesPortableRunner tests for Reference Runner.
     new b822633  Merge pull request #6073: [BEAM-4176] Validate Runner Tests generalization and enable for local reference runner

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 59 +++++++++++++++++
 runners/direct-java/build.gradle                   | 10 +++
 .../portable/job/ReferenceRunnerJobServer.java     | 48 +++++++++++++-
 .../portable/job/ReferenceRunnerJobService.java    | 44 +++++++++++--
 runners/flink/job-server/build.gradle              | 74 ++--------------------
 .../beam/runners/reference/PortableRunner.java     |  4 +-
 6 files changed, 160 insertions(+), 79 deletions(-)


[beam] 01/01: Merge pull request #6073: [BEAM-4176] Validate Runner Tests generalization and enable for local reference runner

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b82263390af57a2d52c5d7b257470bc837606e4e
Merge: a1af90a 6d10ebf
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Mon Aug 13 15:30:10 2018 -0700

    Merge pull request #6073: [BEAM-4176] Validate Runner Tests generalization and enable for local reference runner

 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 59 +++++++++++++++++
 runners/direct-java/build.gradle                   | 10 +++
 .../portable/job/ReferenceRunnerJobServer.java     | 48 +++++++++++++-
 .../portable/job/ReferenceRunnerJobService.java    | 44 +++++++++++--
 runners/flink/job-server/build.gradle              | 74 ++--------------------
 .../beam/runners/reference/PortableRunner.java     |  4 +-
 6 files changed, 160 insertions(+), 79 deletions(-)