This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git
from c5a883d3976 [FLINK-32027][runtime] Fix the potential concurrent
reading bug of index file for SortMergeShuffle.
add de5d1902d5b [hotfix] Migrate checkpoint statistics related tests to
JUnit5 and AssertJ
add 538edbdc119 [FLINK-31959][checkpoint] Correct the unaligned checkpoint
type at checkpoint level
No new revisions were added by this update.
Summary of changes:
.../src/test/resources/rest_api_v1.snapshot | 8 +-
.../detail/job-checkpoints-detail.component.ts | 8 +-
.../checkpoint/AbstractCheckpointStats.java | 3 +
.../checkpoint/CompletedCheckpointStats.java | 12 ++
.../runtime/checkpoint/FailedCheckpointStats.java | 3 +
.../runtime/checkpoint/PendingCheckpointStats.java | 15 ++
.../messages/checkpoints/CheckpointStatistics.java | 22 ++-
.../CompletedCheckpointStatsSummaryTest.java | 65 ++++----
.../checkpoint/CompletedCheckpointTest.java | 81 +++++----
.../checkpoint/FailedCheckpointStatsTest.java | 42 ++---
.../checkpoint/PendingCheckpointStatsTest.java | 185 +++++++++++----------
.../checkpoints/CheckpointingStatisticsTest.java | 50 +++++-
12 files changed, 291 insertions(+), 203 deletions(-)