From commits-return-114528-archive-asf-public=cust-asf.ponee.io@beam.apache.org Wed Aug 4 03:07:59 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 644D1180654 for ; Wed, 4 Aug 2021 05:07:59 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id D34F66093D for ; Wed, 4 Aug 2021 03:07:58 +0000 (UTC) Received: (qmail 13989 invoked by uid 500); 4 Aug 2021 03:07:57 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 13967 invoked by uid 99); 4 Aug 2021 03:07:57 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2021 03:07:57 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B433B81F23; Wed, 4 Aug 2021 03:07:56 +0000 (UTC) Date: Wed, 04 Aug 2021 03:07:45 +0000 To: "commits@beam.apache.org" Subject: [beam] tag nightly-master updated (7b54b0b -> 92ea5f5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162804646034.28385.2506645347134194555@gitbox.apache.org> From: github-bot@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/tags/nightly-master X-Git-Reftype: tag X-Git-Oldrev: 7b54b0bd3dac0fe59a11294217be969d0c03da86 X-Git-Newrev: 92ea5f547e2ac3dfd46e20b7c965f8a4850f2238 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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%)