You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/07/15 00:23:34 UTC

[beam] branch master updated (3f3bd49 -> 613edd3)

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

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


    from 3f3bd49  Merge pull request #12236 from [BEAM-10419] Ignore missing temporary files in retrys.
     add 613edd3  Make tracking/cleanup of cache and in-environment states per pipeline (#12249)

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/background_caching_job.py  |   8 +-
 .../interactive/background_caching_job_test.py     |  10 +-
 .../interactive/display/pcoll_visualization.py     |   2 +-
 .../runners/interactive/interactive_beam.py        |   9 +-
 .../runners/interactive/interactive_environment.py | 110 ++++++++++++-------
 .../interactive/interactive_environment_test.py    | 116 +++++++++++----------
 .../runners/interactive/interactive_runner.py      |  19 +---
 .../runners/interactive/options/capture_control.py |  19 ++--
 .../interactive/options/capture_control_test.py    |   9 +-
 .../interactive/options/capture_limiters.py        |  11 +-
 .../runners/interactive/pipeline_instrument.py     |  29 ++++--
 .../interactive/pipeline_instrument_test.py        |  96 ++++++++++-------
 12 files changed, 251 insertions(+), 187 deletions(-)