You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fp...@apache.org on 2021/12/01 08:30:43 UTC

[flink] branch master updated (30644a0 -> 2e018d0)

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

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


    from 30644a0  [FLINK-25060][table-common] Replace projection methods of FLINK-24399 with the new Projection util
     add 8a4538a  [FLINK-15493][test] Inherit retry rule annotations to sub classes
     add 2e018d0  [FLINK-15493][test] Add retry rule for all tests based on KafkaTestBase

No new revisions were added by this update.

Summary of changes:
 .../streaming/connectors/kafka/FlinkKafkaProducerITCase.java     | 7 -------
 .../apache/flink/streaming/connectors/kafka/KafkaTestBase.java   | 9 +++++++++
 .../java/org/apache/flink/testutils/junit/RetryOnException.java  | 2 ++
 .../java/org/apache/flink/testutils/junit/RetryOnFailure.java    | 2 ++
 4 files changed, 13 insertions(+), 7 deletions(-)