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 2019/12/13 00:33:38 UTC

[beam] branch master updated (897f3a4 -> c7f7da6)

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 897f3a4  [BEAM-8575] Added a unit test to test Combine works with sessions. (#10323)
     add c7f7da6  [GoSDK] Improve StateChannel resilience. (#10363)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/harness/datamgr.go   |   6 +-
 .../pkg/beam/core/runtime/harness/datamgr_test.go  |  30 +--
 sdks/go/pkg/beam/core/runtime/harness/statemgr.go  | 119 ++++++++--
 .../pkg/beam/core/runtime/harness/statemgr_test.go | 247 +++++++++++++++++++++
 4 files changed, 360 insertions(+), 42 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/harness/statemgr_test.go