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/01/04 00:31:51 UTC

[beam] branch master updated (8d9f0a3 -> 952c608)

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 8d9f0a3  Merge pull request #10496 [BEAM-8671] Fix Python 3.7 ParDo test job name
     add 952c608  [BEAM-9013] TestStream fix for DataflowRunner (#10445)

No new revisions were added by this update.

Summary of changes:
 .../runners/dataflow/dataflow_runner.py            |   2 +-
 .../apache_beam/runners/direct/direct_runner.py    |  45 +++-
 .../apache_beam/runners/direct/test_stream_impl.py | 173 +++++++++++++++
 .../runners/direct/transform_evaluator.py          |   4 +-
 sdks/python/apache_beam/testing/test_stream.py     | 174 +--------------
 .../apache_beam/testing/test_stream_it_test.py     | 237 +++++++++++++++++++++
 6 files changed, 462 insertions(+), 173 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/direct/test_stream_impl.py
 create mode 100644 sdks/python/apache_beam/testing/test_stream_it_test.py