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

[beam] branch master updated (0842f4c -> 67c8e7e)

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

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


    from 0842f4c  Merge pull request #7433 from [BEAM-6280] Refactors Python runner
     new 78f03b0  [BEAM-6290] Add methods for inserting/publishing multiple TestResults
     new 0caa720  [BEAM-6290] Use NamedTestResult instead of LoadTestResult (more generic)
     new 67c8e7e  Merge pull request #7458: [BEAM-6290] Generic schema for metrics

The 19538 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:
 .../beam/sdk/loadtests/ConsoleResultPublisher.java | 22 +++++++--
 .../org/apache/beam/sdk/loadtests/JobFailure.java  | 20 +++++---
 .../org/apache/beam/sdk/loadtests/LoadTest.java    | 53 +++++++++++++++-------
 .../apache/beam/sdk/testutils/NamedTestResult.java | 26 ++++++++---
 .../sdk/testutils/publishing/BigQueryClient.java   | 50 ++++++++++++--------
 .../publishing/BigQueryResultsPublisher.java       |  8 ++++
 .../sdk/testutils/fakes/FakeBigQueryClient.java    |  6 +++
 .../publishing/BigQueryResultsPublisherTest.java   | 12 +++++
 8 files changed, 144 insertions(+), 53 deletions(-)