You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2020/12/23 06:12:38 UTC

[beam] branch master updated (c2e07fb -> a929141)

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

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


    from c2e07fb  [BEAM-10925] Convert ScalarFn to Method. (#13593)
     add a929141  [BEAM-11415][BEAM-11416] Move Go ValidatesRunner tests and add filtering (#13518)

No new revisions were added by this update.

Summary of changes:
 sdks/go/build.gradle                               |   2 +-
 sdks/go/pkg/beam/testing/ptest/ptest.go            |  12 ++
 sdks/go/test/build.gradle                          |  50 +++++++-
 sdks/go/test/integration/{ => driver}/driver.go    |   0
 sdks/go/test/integration/integration.go            | 122 +++++++++++++++++++
 sdks/go/test/integration/primitives/cogbk_test.go  |  16 ++-
 .../go/test/integration/primitives/flatten_test.go |  11 +-
 sdks/go/test/integration/primitives/pardo_test.go  |  16 ++-
 .../synthetic/{synthetic.go => synthetic_test.go}  |  27 +++--
 .../test/integration/wordcount/wordcount_test.go   |   6 +
 .../xlang}/xlang_test.go                           |  76 +++++-------
 sdks/go/test/run_integration_tests.sh              |   2 +-
 sdks/go/test/run_validatesrunner_tests.sh          |   5 +-
 sdks/go/test/validatesrunner/reshuffle_test.go     | 130 ---------------------
 sdks/go/test/validatesrunner/validatesrunner.go    |  31 -----
 .../test/validatesrunner/validatesrunner_test.go   |  29 -----
 16 files changed, 260 insertions(+), 275 deletions(-)
 rename sdks/go/test/integration/{ => driver}/driver.go (100%)
 create mode 100644 sdks/go/test/integration/integration.go
 copy sdks/go/test/integration/synthetic/{synthetic.go => synthetic_test.go} (76%)
 rename sdks/go/test/{validatesrunner => integration/xlang}/xlang_test.go (74%)
 delete mode 100644 sdks/go/test/validatesrunner/reshuffle_test.go
 delete mode 100644 sdks/go/test/validatesrunner/validatesrunner.go
 delete mode 100644 sdks/go/test/validatesrunner/validatesrunner_test.go