You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2021/08/04 03:07:45 UTC

[beam] tag nightly-master updated (7b54b0b -> 92ea5f5)

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 7b54b0b  (commit)
      to 92ea5f5  (commit)
    from 7b54b0b  Merge pull request #15123: Ensure timer consistency in runners
     add b20a42e  [BEAM-12696] Update NewTaggedExternal to not require inputs (#15266)
     add 3b994d6  Fix issue with update schema source format
     add 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/core/graph/edge.go                |   8 +-
 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 +-
 .../apache_beam/io/gcp/bigquery_file_loads.py      |  32 +++--
 .../apache_beam/io/gcp/bigquery_write_it_test.py   |  27 +++-
 8 files changed, 361 insertions(+), 33 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%)