You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/10/18 20:25:03 UTC

[beam] branch master updated (ffde2a6 -> abe3aa7)

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

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


    from ffde2a6  Merge pull request #15719 from [BEAM-13040] Revert breaking PR and add some test cases.
     new b9edf86  [BEAM-9487] Multiple Trigger.may_lose_data fixes
     new d01c152  [BEAM-9487] Remove CONDITION_NOT_GUARANTEED as potential data loss reason and update GBK test to get around DirectRunner bug
     new 0bb51d7  [BEAM-9487] Do AfterAny, AfterAll, and AfterEach checks properly (i.e. no shortcuts)
     new e2b6f56  [BEAM-9487] Remove unused import
     new a9708ab  [BEAM-9487] Reintroduce flag but do not use it
     new 0e9260a  [BEAM-9487] Add test that shows AfterCount finishing
     new 9343f37  [BEAM-9487] Make _ParallelTriggerFn.may_finish clearer
     new abe3aa7  Merge pull request #15603 from zhoufek/fat

The 33275 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:
 .../apache_beam/transforms/ptransform_test.py      |   7 +-
 sdks/python/apache_beam/transforms/trigger.py      |  80 +++++++-------
 sdks/python/apache_beam/transforms/trigger_test.py | 117 ++++++++++-----------
 3 files changed, 101 insertions(+), 103 deletions(-)