This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 7578b1d [FLINK-21659][coordination] Properly expose checkpoint
settings for initializing jobs
new 4fefb62 [FLINK-20723][tests] Ignore expected exception when retrying
new b18db6b [FLINK-20723][tests] Allow retries to be defined per class
new 2413649 [FLINK-20723][cassandra][tests] Retry on
NoHostAvailableException
The 3 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:
.../cassandra/CassandraConnectorITCase.java | 8 +
.../flink/testutils/junit/RetryOnException.java | 16 +-
.../flink/testutils/junit/RetryOnFailure.java | 15 +-
.../apache/flink/testutils/junit/RetryRule.java | 69 +++++++--
.../flink/testutils/junit/RetryRuleTest.java | 165 +++++++++++++++++++++
5 files changed, 252 insertions(+), 21 deletions(-)
create mode 100644
flink-test-utils-parent/flink-test-utils-junit/src/test/java/org/apache/flink/testutils/junit/RetryRuleTest.java