You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ro...@apache.org on 2022/03/07 17:16:32 UTC

[flink] branch master updated (b6439e0 -> b7107ef)

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

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


    from b6439e0  [hotfix][docs] Fix HTML formatting in ops/metrics.md
     add b7107ef  [FLINK-25143][test] Add ITCase for periodic materialization

No new revisions were added by this update.

Summary of changes:
 .../flink/runtime/minicluster/MiniCluster.java     |  14 +-
 .../streaming/util/TestStreamEnvironment.java      |   4 +-
 .../ChangelogPeriodicMaterializationITCase.java    | 202 ++++++++
 ...ngelogPeriodicMaterializationRescaleITCase.java | 143 ++++++
 .../ChangelogPeriodicMaterializationTestBase.java  | 561 +++++++++++++++++++++
 .../test/checkpointing/SavepointFormatITCase.java  |  17 +-
 .../java/org/apache/flink/test/util/TestUtils.java |  17 +
 7 files changed, 933 insertions(+), 25 deletions(-)
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/checkpointing/ChangelogPeriodicMaterializationITCase.java
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/checkpointing/ChangelogPeriodicMaterializationRescaleITCase.java
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/checkpointing/ChangelogPeriodicMaterializationTestBase.java