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

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


    from ef03c9d8 [FLINK-21659][coordination] Properly expose checkpoint 
settings for initializing jobs
     new 8af7391  [hotfix][tests] Remove unnecessary field
     new 862ae89  [FLINK-20723][tests] Ignore expected exception when retrying
     new d7bfb39  [FLINK-20723][tests] Allow retries to be defined per class
     new 2cbaf4e  [FLINK-20723][cassandra][tests] Retry on 
NoHostAvailableException

The 4 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    |  77 +++++++---
 .../flink/testutils/junit/RetryRuleTest.java       | 165 +++++++++++++++++++++
 5 files changed, 254 insertions(+), 27 deletions(-)
 create mode 100644 
flink-test-utils-parent/flink-test-utils-junit/src/test/java/org/apache/flink/testutils/junit/RetryRuleTest.java

Reply via email to