You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2020/07/14 21:37:29 UTC

[beam] branch master updated (a9d70fe -> b14c091)

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

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


    from a9d70fe  [BEAM-10420] Fix minor race condition related to splitting that will cause None has no method 'yyy' (#12241)
     add d261b95  Only add test task in applyPythonNature if it does not already exist
     add 73e1ccd  Add UsesTimersInParDo to test that was missing it
     add fe66ea0  Reduce Java portable ArtifactRetrieval chunk size to avoid breaking limit
     add 1f4cb72  Add ability to specify stdout and stderr files for local_job_service;
     add 60e03d4  Create TestUniversalRunner for testing against Python ULR
     add fec6672  Add validatesRunner suite for local job service
     add b14c091  Merge pull request #11792: [BEAM-10435] Add ValidatesRunner task for local_job_service and Java SDK harness

No new revisions were added by this update.

Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   4 +-
 .../artifact/ArtifactRetrievalService.java         |   2 +-
 runners/portability/java/build.gradle              | 162 +++++++++++++++++++++
 .../portability/testing/TestUniversalRunner.java   | 125 ++++++++++++++++
 .../org/apache/beam/sdk/transforms/ParDoTest.java  |   2 +-
 .../runners/portability/local_job_service_main.py  |  19 ++-
 6 files changed, 310 insertions(+), 4 deletions(-)
 create mode 100644 runners/portability/java/src/main/java/org/apache/beam/runners/portability/testing/TestUniversalRunner.java