This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 385cf48 Merge pull request #5698: [BEAM-4559] Split post-commit jobs
into automatically triggered and ghprb phrase triggered
add 1a9a0c0 Created static retry method which accepts retriable method,
amount of attempts and delay in ms. Added retry to performance test:
MongoDBIOIT, JdbcIOIT, HadoopInputFormatIOIT. Tests for retry method.
new 908c63c Merge pull request #5434: [BEAM-3949] IOIT's setup() and
teardown() db connection attempt sometimes fail resulting in test flakiness
The 1 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:
.../org/apache/beam/sdk/io/common/IOITHelper.java | 70 +++++++++++---
.../apache/beam/sdk/io/common/IOITHelperTest.java | 107 +++++++++++++++++++++
.../hadoop/inputformat/HadoopInputFormatIOIT.java | 15 ++-
.../java/org/apache/beam/sdk/io/jdbc/JdbcIOIT.java | 14 ++-
.../apache/beam/sdk/io/mongodb/MongoDBIOIT.java | 7 +-
5 files changed, 195 insertions(+), 18 deletions(-)
create mode 100644
sdks/java/io/common/src/test/java/org/apache/beam/sdk/io/common/IOITHelperTest.java