Package org.apache.flink.testutils.junit
-
Interface Summary Interface Description FailsInGHAContainerWithRootUser Collects tests that fail in GitHub Actions workflows that execute the tests in containers as a root user.FailsOnJava11 Marker interface for tests that fail on Java 11.FailsOnJava17 Marker interface for tests that fail on Java 17.FailsWithAdaptiveScheduler Marker for explicitly ignoring a test which fails with adaptive scheduler.SharedReference<T> Represents an object managed in aSharedObjects. -
Class Summary Class Description RetryRule A rule to retry failed tests for a fixed number of times.SharedObjects This rule allows objects to be used both in the main test case as well as in UDFs by using serializableSharedReferences.SharedObjectsExtension This rule allows objects to be used both in the main test case as well as in UDFs by using serializableSharedReferences. -
Annotation Types Summary Annotation Type Description RetryOnException Annotation to use withRetryRule.RetryOnFailure Annotation to use withRetryRule.