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 b31a7ea  Merge pull request #15547 from ibzib/BEAM-12898
     add 42247e9  [BEAM-12383] Adding Go SDK and Kafka IO to Gradle 
cross-language test suites. (#15094)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 22 +++++++++-
 runners/flink/job-server/flink_job_server.gradle   |  7 ++-
 runners/google-cloud-dataflow-java/build.gradle    | 11 ++++-
 runners/samza/job-server/build.gradle              |  7 ++-
 runners/spark/job-server/spark_job_server.gradle   |  7 ++-
 sdks/go/test/build.gradle                          | 36 ++++++++++++++++
 sdks/go/test/integration/flags.go                  |  6 +++
 sdks/go/test/integration/integration.go            |  7 +++
 .../io/xlang/kafka/{jar.go => cluster.go}          | 48 +++++----------------
 .../io/xlang/kafka/{jar.go => cluster_unix.go}     | 50 ++++++----------------
 sdks/go/test/integration/io/xlang/kafka/jar.go     | 33 ++++++++------
 sdks/go/test/integration/io/xlang/kafka/kafka.go   | 50 +++++++++++++---------
 .../test/integration/io/xlang/kafka/kafka_test.go  | 31 +++++++++++---
 sdks/go/test/run_validatesrunner_tests.sh          |  2 +-
 sdks/python/test-suites/direct/xlang/build.gradle  |  7 ++-
 15 files changed, 203 insertions(+), 121 deletions(-)
 copy sdks/go/test/integration/io/xlang/kafka/{jar.go => cluster.go} (52%)
 copy sdks/go/test/integration/io/xlang/kafka/{jar.go => cluster_unix.go} (52%)

Reply via email to