You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/09/06 05:02:54 UTC

[beam] branch nightly-refs/heads/master updated (25c6ed74c98 -> 081986e0e96)

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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 25c6ed74c98 [#19857] Migrate to using a memory aware cache within the Python SDK harness (#22924)
     add 3c91e7b24a5 Generalize interface of InfluxDBPublisher to support more use cases (#22238) (#22260)
     add 081986e0e96 Revert "Remove subprocess.PIPE usage by using a temp file (#22654)" (#23013)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/beam/sdk/nexmark/Main.java     |  72 +++------
 .../apache/beam/sdk/testutils/NamedTestResult.java |  19 ++-
 .../testutils/publishing/InfluxDBPublisher.java    | 177 ++++++++++++---------
 .../publishing/InfluxDBPublisherTest.java          |  76 +++++++++
 sdks/python/apache_beam/utils/subprocess_server.py |  29 +---
 5 files changed, 228 insertions(+), 145 deletions(-)
 create mode 100644 sdks/java/testing/test-utils/src/test/java/org/apache/beam/sdk/testutils/publishing/InfluxDBPublisherTest.java