You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2019/11/11 22:14:01 UTC

[beam] branch master updated (36d6534 -> b951993)

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

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


    from 36d6534  Merge pull request #10031: [BEAM-8427] [SQL] Create a table and a table provider for MongoDB
     add 3535958  Adds TestStream support for Dataflow runner.
     add f6ce376  Marks run_TestStream as not a unittest, since it was trying to be 'run' when running other tests. Moves bad copy of internal/names.py to dataflow/internal/names.py, where it was supposed to go.
     add be08efd  Fixes line-to-long lint error.
     add f31a0df  Replaces unittest annotation with setting __test__ = False to prevent nosetest from trying to run the method.
     add b951993  [BEAM-8587] TestStream for Dataflow runner

No new revisions were added by this update.

Summary of changes:
 .../runners/dataflow/dataflow_runner.py            | 46 ++++++++++++++++++++++
 .../apache_beam/runners/dataflow/internal/names.py | 11 ++++--
 sdks/python/apache_beam/testing/test_stream.py     |  2 +-
 .../python/apache_beam/testing/test_stream_test.py | 23 +++++++----
 4 files changed, 70 insertions(+), 12 deletions(-)