This is an automated email from the ASF dual-hosted git repository. ccy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit ecac395cd97a812df9bcf6168d4900d9a0f5b658 Merge: fc738ab cda0cab Author: Charles Chen <[email protected]> AuthorDate: Mon Oct 15 16:00:00 2018 -0700 Merge pull request #6697 from apache/revert-6674-rev1 [BEAM-5706] Revert #6574 ("Revert Upgrade Python SDK to PubSub 0.35.4 #6564") .../examples/complete/game/game_stats_it_test.py | 31 ++- .../examples/complete/game/leader_board_it_test.py | 32 +-- .../examples/streaming_wordcount_it_test.py | 45 ++-- sdks/python/apache_beam/io/gcp/pubsub.py | 13 +- .../apache_beam/io/gcp/pubsub_integration_test.py | 39 +-- sdks/python/apache_beam/io/gcp/pubsub_test.py | 270 ++++++--------------- .../apache_beam/io/gcp/tests/pubsub_matcher.py | 44 ++-- .../io/gcp/tests/pubsub_matcher_test.py | 75 +++--- .../apache_beam/runners/direct/direct_runner.py | 37 +-- .../runners/direct/test_direct_runner.py | 1 + .../runners/direct/transform_evaluator.py | 98 +++++--- sdks/python/apache_beam/testing/test_utils.py | 83 ++++--- sdks/python/apache_beam/testing/test_utils_test.py | 57 +---- sdks/python/container/base_image_requirements.txt | 3 +- sdks/python/setup.py | 3 +- 15 files changed, 350 insertions(+), 481 deletions(-)
