You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/05/13 20:16:25 UTC

[beam] branch master updated (fd8d0c6 -> 873a3aa)

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

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


    from fd8d0c6  [BEAM-9945] Ensure that the read index represents the number of fully processed elements including at the end of the channel or after splitting. (#11689)
     add 873a3aa  [BEAM-9942] reduce groovy code duplication in python test-suites (#11656)

No new revisions were added by this update.

Summary of changes:
 .../dataflow/{py36/build.gradle => common.gradle}  | 20 ++---
 sdks/python/test-suites/dataflow/py35/build.gradle | 93 +--------------------
 sdks/python/test-suites/dataflow/py36/build.gradle | 97 +---------------------
 sdks/python/test-suites/dataflow/py37/build.gradle | 91 +-------------------
 .../direct/{py36/build.gradle => common.gradle}    |  9 +-
 sdks/python/test-suites/direct/py35/build.gradle   | 36 +-------
 sdks/python/test-suites/direct/py36/build.gradle   | 36 +-------
 sdks/python/test-suites/direct/py37/build.gradle   | 34 +-------
 sdks/python/test-suites/portable/common.gradle     | 40 ++++++++-
 sdks/python/test-suites/portable/py2/build.gradle  | 37 ---------
 sdks/python/test-suites/portable/py35/build.gradle | 42 +---------
 sdks/python/test-suites/portable/py36/build.gradle | 42 +---------
 sdks/python/test-suites/portable/py37/build.gradle | 42 +---------
 .../tox/{py35/build.gradle => common.gradle}       | 30 ++-----
 sdks/python/test-suites/tox/py35/build.gradle      | 16 +---
 sdks/python/test-suites/tox/py36/build.gradle      | 16 +---
 sdks/python/test-suites/tox/py37/build.gradle      | 16 +---
 17 files changed, 80 insertions(+), 617 deletions(-)
 copy sdks/python/test-suites/dataflow/{py36/build.gradle => common.gradle} (89%)
 copy sdks/python/test-suites/direct/{py36/build.gradle => common.gradle} (91%)
 copy sdks/python/test-suites/tox/{py35/build.gradle => common.gradle} (57%)