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

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


    from e6e832b62ec Performance test parameters followup fix (#24291)
     add ffbb3362d65 Work around coders bug on Dataflow.
     add 34f6ae6ae5f Add a test runner for running multiple pipelines in 
parallel.
     add b692d6f2a8b Run tests as single Dataflow pipeline.
     add 26d4021a36c Github hook for dataflow pipelines.
     add 15c6da28d62 Guard dataflow run against GCP credentials.
     add 177f9b9b388 Guard running of precommit against having variables set.
     add 79b8c154b58 Merge pull request #24023 Add a Dataflow smoke test.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/typescript_tests.yml             |  68 +++++++++
 .../runners/dataflow/dataflow_runner.py            |   4 +
 .../runners/portability/fn_api_runner/fn_runner.py |   4 +
 .../runners/portability/local_job_service.py       |   8 +-
 .../src/apache_beam/internal/pipeline.ts           |  12 +-
 .../typescript/src/apache_beam/runners/dataflow.ts |   2 +-
 .../src/apache_beam/runners/direct_runner.ts       |   7 +-
 sdks/typescript/src/apache_beam/runners/flink.ts   |   2 +-
 .../apache_beam/runners/portable_runner/runner.ts  |   4 +-
 sdks/typescript/src/apache_beam/runners/runner.ts  |  11 +-
 .../src/apache_beam/runners/universal.ts           |   2 +-
 .../apache_beam/testing/multi_pipeline_runner.ts   | 157 +++++++++++++++++++++
 .../typescript/src/apache_beam/worker/operators.ts |   2 +-
 sdks/typescript/src/apache_beam/worker/worker.ts   |  25 +++-
 sdks/typescript/test/primitives_test.ts            |  48 +++++++
 15 files changed, 329 insertions(+), 27 deletions(-)
 create mode 100644 
sdks/typescript/src/apache_beam/testing/multi_pipeline_runner.ts

Reply via email to