This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from c2e07fb (commit)
to fbeb28e (commit)
from c2e07fb [BEAM-10925] Convert ScalarFn to Method. (#13593)
add a929141 [BEAM-11415][BEAM-11416] Move Go ValidatesRunner tests and
add filtering (#13518)
add 256dafd [BEAM-11515] Add check for missing authors, add missing
authors (#13599)
add 98ef617 Add 2.28.0 section to CHANGES.md (#13610)
add c17270b [BEAM-11159] Use official GCP client in TestPubSubSignal
(#13598)
add fbeb28e [BEAM-11515] Minor release guide updates (#13609)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 28 +++-
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 ----
.../apache/beam/sdk/io/gcp/pubsub/TestPubsub.java | 17 +--
.../beam/sdk/io/gcp/pubsub/TestPubsubSignal.java | 150 ++++++++++++++-------
website/www/site/content/en/blog/beam-2.13.0.md | 2 +-
website/www/site/content/en/blog/beam-2.21.0.md | 2 +-
website/www/site/content/en/blog/beam-2.22.0.md | 2 +-
website/www/site/content/en/blog/beam-2.23.0.md | 4 +-
website/www/site/content/en/blog/beam-2.24.0.md | 4 +-
website/www/site/content/en/blog/beam-2.25.0.md | 4 +-
website/www/site/content/en/blog/beam-2.26.0.md | 2 +-
.../site/content/en/blog/pattern-match-beam-sql.md | 2 +-
.../site/content/en/contribute/release-guide.md | 7 +-
website/www/site/data/authors.yml | 28 ++++
website/www/site/layouts/blog/single.html | 1 +
30 files changed, 440 insertions(+), 348 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