You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2020/10/01 18:05:48 UTC

[beam] branch master updated (5626c8a -> bd56002)

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

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


    from 5626c8a  Merge pull request #12979 from [BEAM-10545] Add 2 show options
     add 134f177  [BEAM-10527] Migrate Flink and Spark tests to pytest.
     add 7219836  Publish pytest Junit results.
     add bd56002  Merge pull request #12385: [BEAM-10527] Migrate Flink and Spark tests to pytest

No new revisions were added by this update.

Summary of changes:
 ..._PostCommit_Python_ValidatesRunner_Spark.groovy |   5 +
 ...b_PreCommit_Python_ValidatesRunner_Flink.groovy |   4 +
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   4 +-
 .../runners/portability/flink_runner_test.py       | 712 +++++++++++----------
 .../runners/portability/portable_runner_test.py    |  31 -
 .../runners/portability/spark_runner_test.py       | 274 ++++----
 sdks/python/conftest.py                            |   5 +
 .../{run_eslint.sh => pytest_validates_runner.sh}  |  44 +-
 sdks/python/scripts/run_tox.sh                     |  18 +-
 sdks/python/test-suites/portable/common.gradle     | 136 ++--
 sdks/python/tox.ini                                |  10 +
 11 files changed, 615 insertions(+), 628 deletions(-)
 copy sdks/python/scripts/{run_eslint.sh => pytest_validates_runner.sh} (54%)