You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/06/11 15:26:10 UTC

[beam] branch master updated (d5dd47b -> 5e31d3a)

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

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


    from d5dd47b  [BEAM-9679] Add CombinePerKey to Core Transforms Go Katas (#11936)
     add 5e31d3a  [BEAM-9951] Adding integration tests for synthetic pipelines in Go (#11870)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/io/synthetic/source.go            |   5 +
 sdks/go/pkg/beam/io/synthetic/step.go              |   6 +
 sdks/go/pkg/beam/testing/passert/count.go          |  66 +++++++++
 .../go/pkg/beam/testing/passert/count_test.go      |  40 +++---
 sdks/go/pkg/beam/testing/passert/passert.go        |   2 +-
 sdks/go/pkg/beam/testing/passert/passert.shims.go  | 156 +++++++++++++++++++++
 sdks/go/test/integration/driver.go                 |   3 +
 sdks/go/test/integration/synthetic/synthetic.go    |  64 +++++++++
 sdks/go/test/run_integration_tests.sh              |   6 +
 9 files changed, 327 insertions(+), 21 deletions(-)
 create mode 100644 sdks/go/pkg/beam/testing/passert/count.go
 copy learning/katas/go/Core Transforms/Map/ParDo/test/task_test.go => sdks/go/pkg/beam/testing/passert/count_test.go (65%)
 create mode 100644 sdks/go/test/integration/synthetic/synthetic.go