This is an automated email from the ASF dual-hosted git repository.
ccy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 6a3b615 Merge pull request #6185 from
yifanzou/BEAM-5109/python_sdk_nightly_snapshot
add 1918082 Implement integration tests for PubSub on DirectRunner
new 4c693e7 Merge pull request #6217 from udim/pubsub-directrunner
The 1 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/io/gcp/pubsub_integration_test.py | 80 ++++++++++++++-------
.../apache_beam/io/gcp/pubsub_it_pipeline.py | 29 +++++---
sdks/python/apache_beam/io/gcp/pubsub_test.py | 84 ++++++++++++++++++----
sdks/python/apache_beam/runners/__init__.py | 1 +
.../runners/dataflow/dataflow_runner.py | 33 +++++----
.../apache_beam/runners/direct/direct_runner.py | 22 ++++--
.../runners/direct/direct_runner_test.py | 11 +++
sdks/python/apache_beam/runners/direct/executor.py | 3 +
.../runners/direct/test_direct_runner.py | 56 +++++++++++++++
.../runners/direct/transform_evaluator.py | 11 +--
sdks/python/apache_beam/runners/runner.py | 11 ++-
sdks/python/apache_beam/runners/test/__init__.py | 1 +
sdks/python/build.gradle | 13 ++--
sdks/python/container/run_validatescontainer.sh | 2 +-
sdks/python/scripts/run_postcommit.sh | 32 ++++++---
15 files changed, 293 insertions(+), 96 deletions(-)
create mode 100644 sdks/python/apache_beam/runners/direct/test_direct_runner.py