This is an automated email from the ASF dual-hosted git repository.
huweihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from acd3e7ab66c [FLINK-27529] [connector/common] Fix Integer Comparison
For HybridSource sourceIndex (#23703)
new 2c5bc580e6c [hotfix][tests][JUnit5 migration] Migrate
FixedRetryStrategyTest/ExponentialBackoffRetryStrategyTest to Junit5 and Assertj
new 0acfc1a51e8 [FLINK-33702][core] Add the IncrementalDelayRetryStrategy
implementation of RetryStrategy
The 2 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:
...egy.java => IncrementalDelayRetryStrategy.java} | 28 ++++---
.../ExponentialBackoffRetryStrategyTest.java | 47 ++++++------
.../util/concurrent/FixedRetryStrategyTest.java | 25 ++++---
.../IncrementalDelayRetryStrategyTest.java | 85 ++++++++++++++++++++++
4 files changed, 144 insertions(+), 41 deletions(-)
copy
flink-core/src/main/java/org/apache/flink/util/concurrent/{ExponentialBackoffRetryStrategy.java
=> IncrementalDelayRetryStrategy.java} (71%)
create mode 100644
flink-core/src/test/java/org/apache/flink/util/concurrent/IncrementalDelayRetryStrategyTest.java