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 c8a8c12  SamzaRunner: Remove the LinkedIn repo accidentally committed 
(#8259)
     new 9103f3a  BEAM-6627 Move IOITMetrics to a common test package, move BQ 
options to common IOIT option class
     new 679f742  [BEAM-6627] Add metric reporting to JdbcIOIT
     new b130ae5  [BEAM-6627] Add metrics gathering and reporting to 
MongoDBIOIT. Modify Jenkins test job
     new 0465641  [BEAM-6627] Add metrics gathering and reporting to 
HadoopInputFormatIOIT. Modify Jenkins test job accordingly
     new 59dc930  Merge pull request #8159: [Beam-6627] Metric gathering and 
reporting in JDBC, MongoDB and HadoopInputFormat IOITs.

The 20920 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:
 .../job_PerformanceTests_HadoopInputFormat.groovy  |  4 +-
 .../jenkins/job_PerformanceTests_JDBC.groovy       |  4 +-
 .../job_PerformanceTests_MongoDBIO_IT.groovy       |  4 +-
 .../beam/sdk/io/common/IOTestPipelineOptions.java  | 13 ++++
 .../java/org/apache/beam/sdk/io/avro/AvroIOIT.java |  2 +-
 .../io/common/FileBasedIOTestPipelineOptions.java  | 12 ---
 .../apache/beam/sdk/io/parquet/ParquetIOIT.java    |  2 +-
 .../java/org/apache/beam/sdk/io/text/TextIOIT.java |  2 +-
 .../apache/beam/sdk/io/tfrecord/TFRecordIOIT.java  |  2 +-
 .../java/org/apache/beam/sdk/io/xml/XmlIOIT.java   |  2 +-
 sdks/java/io/hadoop-input-format/build.gradle      |  1 +
 .../hadoop/inputformat/HadoopInputFormatIOIT.java  | 67 ++++++++++++++++-
 sdks/java/io/jdbc/build.gradle                     |  1 +
 .../java/org/apache/beam/sdk/io/jdbc/JdbcIOIT.java | 86 +++++++++++++++++++---
 sdks/java/io/mongodb/build.gradle                  |  1 +
 .../apache/beam/sdk/io/mongodb/MongoDBIOIT.java    | 66 ++++++++++++++++-
 .../beam/sdk/testutils/metrics}/IOITMetrics.java   |  3 +-
 17 files changed, 234 insertions(+), 38 deletions(-)
 rename 
sdks/java/{io/file-based-io-tests/src/test/java/org/apache/beam/sdk/io/common 
=> 
testing/test-utils/src/main/java/org/apache/beam/sdk/testutils/metrics}/IOITMetrics.java
 (95%)

Reply via email to