[
https://issues.apache.org/jira/browse/FLINK-29245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602326#comment-17602326
]
Matthias Pohl commented on FLINK-29245:
---------------------------------------
[~snuyanzin] pointed outthat I missed a few usages of {{RetryRule}} which have
to be cleaned up first (e.g.
[KafkaTestBase:100|https://github.com/apache/flink/blob/44f73c496ed1514ea453615b77bee0486b8998db/flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaTestBase.java#L100]).
I updated the ticket description and moved the issue to be a subtask of
FLINK-25325
> Remove RetryRule
> ----------------
>
> Key: FLINK-29245
> URL: https://issues.apache.org/jira/browse/FLINK-29245
> Project: Flink
> Issue Type: Sub-task
> Components: Documentation, Tests
> Affects Versions: 1.17.0
> Reporter: Matthias Pohl
> Priority: Major
> Labels: starter
>
> With the transition to JUnit5, using
> [RetryExtension|https://github.com/apache/flink/blob/78b231f60aed59061f0f609e0cfd659d78e6fdd5/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/junit/extensions/retry/RetryExtension.java#L43]
> is favored, anyway. {{RetryExtension}} also utilizes the annotations
> {{@RetryOnException}} and {{@RetryOnFailure}} which still refer to
> {{RetryRule}} in its JavaDoc.
> This issue is about cleaning things up around {{RetryRule}} and the related
> JavaDocs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)