Package org.apache.flink.testutils.junit.extensions.retry.strategy
-
Interface Summary Interface Description RetryStrategy Retry strategy for executing retry tests. -
Class Summary Class Description AbstractRetryStrategy Retry strategy base class.RetryOnExceptionStrategy A retry strategy that will ignore a specific type of exception and retry a test if it occurs, up to a fixed number of times.RetryOnFailureStrategy Retry strategy that retry fixed times.