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

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


    from 400530d30af [FLINK-31546][jdbc-driver] Close all statements when 
connection is closed
     new 345ddf859f5 [hotfix] Migrate checkpoint statistics related tests to 
JUnit5 and AssertJ
     new 35254cbdc9a [FLINK-31959][checkpoint] Correct the unaligned checkpoint 
type at checkpoint level

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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(-)

Reply via email to