This is an automated email from the ASF dual-hosted git repository.
xinyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from f93a930 Merge pull request #15080 from
shabbyrobe/fix/starter-archetype-package
add e542d1f [BEAM-12556] Enable Go Build Tests in Samza Runner (#15167)
No new revisions were added by this update.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE.md | 6 +++++-
.test-infra/jenkins/README.md | 1 +
...job_PostCommit_Go_ValidatesRunner_Samza.groovy} | 10 ++++-----
README.md | 2 +-
.../beam/runners/samza/SamzaJobServerDriver.java | 5 ++---
.../runners/{flink/flink.go => samza/samza.go} | 10 ++++-----
sdks/go/pkg/beam/x/beamx/run.go | 1 +
sdks/go/test/build.gradle | 25 +++++++++++++++++++++-
sdks/go/test/integration/integration.go | 8 +++++++
.../test/integration/io/xlang/kafka/kafka_test.go | 1 +
.../test/integration/primitives/primitives_test.go | 1 +
.../test/integration/synthetic/synthetic_test.go | 1 +
.../test/integration/wordcount/wordcount_test.go | 1 +
sdks/go/test/integration/xlang/xlang_test.go | 1 +
sdks/go/test/regression/lperror_test.go | 1 +
sdks/go/test/regression/pardo_test.go | 1 +
sdks/go/test/run_validatesrunner_tests.sh | 14 +++++++++++-
17 files changed, 72 insertions(+), 17 deletions(-)
copy .test-infra/jenkins/{job_PostCommit_Go_ValidatesRunner_Spark.groovy =>
job_PostCommit_Go_ValidatesRunner_Samza.groovy} (83%)
copy sdks/go/pkg/beam/runners/{flink/flink.go => samza/samza.go} (84%)