You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/09/23 18:09:21 UTC

[beam] branch master updated (aa58e1e -> cb6d22e)

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

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from aa58e1e  [BEAM-10871] Fix FhirLROIT tests (again) (#12908)
     new a3470bd  Add the ib.recordings API
     new 5124442  Fix macos IB recordings test
     new 09db072  Delete RM reference from environment when evicted
     new f5bf064  Move pipeline_var into RM constructor
     new cb6d22e  Merge pull request #12800 from [BEAM-10603] Add the ib.recordings API

The 28977 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../runners/interactive/interactive_beam.py        |  94 +++++++++++++++-
 .../runners/interactive/interactive_beam_test.py   | 121 +++++++++++++++++++++
 .../runners/interactive/interactive_environment.py |  56 ++++++++++
 .../interactive/interactive_environment_test.py    |  47 ++++++++
 .../interactive/options/capture_control_test.py    |   2 +-
 .../runners/interactive/recording_manager.py       |  12 +-
 .../runners/interactive/recording_manager_test.py  |   3 +
 7 files changed, 328 insertions(+), 7 deletions(-)