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 2022/06/03 16:30:55 UTC

[beam] branch master updated (397a46b4f0c -> c072c36d072)

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 397a46b4f0c Alias worker_harness_container_image to sdk_container_image (#17817)
     add c072c36d072 [BEAM-14546] Fix errant pass for empty collections in Count (#17813)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/io/synthetic/step.go              | 18 +++---
 sdks/go/pkg/beam/io/synthetic/step_test.go         | 12 ++--
 sdks/go/pkg/beam/testing/passert/count.go          |  4 ++
 sdks/go/pkg/beam/testing/passert/count_test.go     | 64 +++++++++++++++++-----
 sdks/go/pkg/beam/testing/passert/hash.go           |  1 +
 .../beam/testing/passert/hash_test.go}             | 15 ++---
 sdks/go/pkg/beam/testing/passert/passert.go        | 19 ++++++-
 sdks/go/pkg/beam/testing/passert/passert.shims.go  | 56 +++++++++++++++++++
 sdks/go/pkg/beam/testing/passert/passert_test.go   | 18 ++++++
 sdks/go/pkg/beam/testing/passert/sum.go            |  4 +-
 sdks/go/pkg/beam/testing/passert/sum_test.go       |  7 +++
 11 files changed, 181 insertions(+), 37 deletions(-)
 copy sdks/go/{test/integration/primitives/checkpointing_test.go => pkg/beam/testing/passert/hash_test.go} (80%)