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 2022/10/26 18:27:13 UTC

[beam] branch dependabot/go_modules/sdks/github.com/testcontainers/testcontainers-go-0.15.0 updated (2300302c61b -> fc6d25ccc3f)

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

github-bot pushed a change to branch dependabot/go_modules/sdks/github.com/testcontainers/testcontainers-go-0.15.0
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 2300302c61b Bump github.com/testcontainers/testcontainers-go in /sdks
     add 8fb29f02efb [Go SDK] Add tests to the metrics package (#23769)
     add d8966fd3b87 Bump cloud.google.com/go/pubsub from 1.25.1 to 1.26.0 in /sdks (#23823)
     add fc6d25ccc3f Bump github.com/testcontainers/testcontainers-go in /sdks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2300302c61b)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/github.com/testcontainers/testcontainers-go-0.15.0 (fc6d25ccc3f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 sdks/go.mod                                   |  2 +-
 sdks/go.sum                                   |  6 +-
 sdks/go/pkg/beam/core/metrics/dumper_test.go  | 49 ++++++++++++++
 sdks/go/pkg/beam/core/metrics/metrics_test.go | 94 +++++++++++++++++++++++++++
 sdks/go/pkg/beam/core/metrics/store_test.go   | 62 ++++++++++++++++++
 5 files changed, 209 insertions(+), 4 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/metrics/dumper_test.go
 create mode 100644 sdks/go/pkg/beam/core/metrics/store_test.go