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/07/18 22:15:08 UTC

[beam] branch master updated (ec2daae -> 765f285)

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 ec2daae  Adding @angoenka to CODEOWNERS
     add f7a1aee  [BEAM-4791] Portable Flink runner integration test.
     add 96387ff  Use shadowTest configuration since we don't plan to shade away the SDK harness.
     add 7958a37  [BEAM-4791] Move executor to Before/After and use InProcessEnvironmentFactory.
     new 765f285  Merge pull request #5957: [BEAM-4791] Portable Flink runner integration test.

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:
 runners/flink/build.gradle                         |   2 +
 .../beam/runners/flink/PortableExecutionTest.java  | 183 +++++++++++++++++++++
 .../control/DockerJobBundleFactory.java            | 113 ++++++++-----
 .../environment/InProcessEnvironmentFactory.java   |   2 +-
 4 files changed, 257 insertions(+), 43 deletions(-)
 create mode 100644 runners/flink/src/test/java/org/apache/beam/runners/flink/PortableExecutionTest.java


[beam] 01/01: Merge pull request #5957: [BEAM-4791] Portable Flink runner integration test.

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 765f2853752dc3392770b7c85130084bd0aac25b
Merge: ec2daae 7958a37
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Wed Jul 18 15:15:03 2018 -0700

    Merge pull request #5957: [BEAM-4791] Portable Flink runner integration test.

 runners/flink/build.gradle                         |   2 +
 .../beam/runners/flink/PortableExecutionTest.java  | 183 +++++++++++++++++++++
 .../control/DockerJobBundleFactory.java            | 113 ++++++++-----
 .../environment/InProcessEnvironmentFactory.java   |   2 +-
 4 files changed, 257 insertions(+), 43 deletions(-)