This is an automated email from the ASF dual-hosted git repository.
roman pushed a change to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 6b53f8b [FLINK-22494][runtime] Adds
PossibleInconsistentStateException handling to CheckpointCoordinator
new ee34945 [hotfix][tests] Move test checkpoint component classes to
upper level
new a153976 [FLINK-22502][checkpointing] Don't tolerate checkpoint
retrieval failures on recovery
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:
.../DefaultCompletedCheckpointStore.java | 65 +------
.../DefaultCompletedCheckpointStoreTest.java | 45 +----
.../ExecutionGraphCheckpointCoordinatorTest.java | 86 ---------
.../checkpoint/TestingCheckpointIDCounter.java | 55 ++++++
.../TestingCheckpointRecoveryFactory.java | 26 +--
.../TestingCompletedCheckpointStore.java | 77 ++++++++
...oKeeperCompletedCheckpointStoreMockitoTest.java | 26 +--
.../test/checkpointing/CheckpointStoreITCase.java | 207 +++++++++++++++++++++
8 files changed, 370 insertions(+), 217 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/TestingCheckpointIDCounter.java
copy
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/collect/utils/MockFunctionSnapshotContext.java
=>
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/TestingCheckpointRecoveryFactory.java
(51%)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/TestingCompletedCheckpointStore.java
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/checkpointing/CheckpointStoreITCase.java