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 2021/08/03 20:27:43 UTC

[beam] branch master updated (9ce826e -> 92ea5f5)

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 9ce826e  Merge pull request #15237 from [BEAM-12669] Fix issue with update schema source format
     add 92ea5f5  [BEAM-11088] Add TestStream package to Go SDK testing capabilities (#15253)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/testing/teststream/teststream.go  | 157 +++++++++++++++++++++
 .../pkg/beam/testing/teststream/teststream_test.go | 116 +++++++++++++++
 sdks/go/test/integration/integration.go            |  13 +-
 .../primitives/{flatten.go => teststream.go}       |  33 +++--
 .../{flatten_test.go => teststream_test.go}        |   8 +-
 5 files changed, 308 insertions(+), 19 deletions(-)
 create mode 100644 sdks/go/pkg/beam/testing/teststream/teststream.go
 create mode 100644 sdks/go/pkg/beam/testing/teststream/teststream_test.go
 copy sdks/go/test/integration/primitives/{flatten.go => teststream.go} (54%)
 copy sdks/go/test/integration/primitives/{flatten_test.go => teststream_test.go} (83%)