You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/02/06 18:28:18 UTC

[beam] branch master updated (2473792 -> 79bc8e6)

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

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


    from 2473792  Merge pull request #10785: [BEAM-8630] Add logical types, make public
     add 79bc8e6  [BEAM-8951] Stop using nose in load tests (#10435)

No new revisions were added by this update.

Summary of changes:
 .../job_LoadTests_Combine_Flink_Python.groovy      |   6 +-
 .../jenkins/job_LoadTests_Combine_Python.groovy    |   6 +-
 .../jenkins/job_LoadTests_GBK_Flink_Python.groovy  |  10 +-
 .../jenkins/job_LoadTests_GBK_Python.groovy        |  10 +-
 .../job_LoadTests_GBK_Python_reiterate.groovy      |   4 +-
 .../job_LoadTests_ParDo_Flink_Python.groovy        |   8 +-
 .../jenkins/job_LoadTests_ParDo_Python.groovy      |   8 +-
 .../jenkins/job_LoadTests_ParDo_Python_37.groovy   |   2 +-
 .../jenkins/job_LoadTests_Python_Smoke.groovy      |   4 +-
 .../job_LoadTests_coGBK_Flink_Python.groovy        |   8 +-
 .../jenkins/job_LoadTests_coGBK_Python.groovy      |   8 +-
 .../job_PerformanceTests_BigQueryIO_Python.groovy  |   4 +-
 .../apache_beam/io/gcp/bigquery_read_perf_test.py  |  23 ++--
 .../apache_beam/io/gcp/bigquery_write_perf_test.py |  39 +++----
 .../apache_beam/testing/load_tests/build.gradle    |   4 +-
 .../testing/load_tests/co_group_by_key_test.py     | 126 ++++-----------------
 .../apache_beam/testing/load_tests/combine_test.py | 116 ++++---------------
 .../testing/load_tests/group_by_key_test.py        | 122 ++++----------------
 .../apache_beam/testing/load_tests/load_test.py    | 119 +++++++++++++------
 .../apache_beam/testing/load_tests/pardo_test.py   |  97 ++++------------
 .../testing/load_tests/sideinput_test.py           | 122 +++++---------------
 .../streaming/group_by_key_streaming_test.py       |  35 ++----
 22 files changed, 271 insertions(+), 610 deletions(-)