You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/01 07:48:05 UTC

[GitHub] [flink] liufangqi commented on a change in pull request #18840: [FLINK-25528][state-processor-api] state processor api do not support increment checkpoint

liufangqi commented on a change in pull request #18840:
URL: https://github.com/apache/flink/pull/18840#discussion_r816519952



##########
File path: flink-libraries/flink-state-processing-api/src/test/java/org/apache/flink/state/api/output/SnapshotUtilsTest.java
##########
@@ -50,13 +53,24 @@
     private static final List<String> ACTUAL_ORDER_TRACKING =
             Collections.synchronizedList(new ArrayList<>(EXPECTED_CALL_OPERATOR_SNAPSHOT.size()));
 
+    private static SnapshotType actualSnapshotType;
+
     @Test
     public void testSnapshotUtilsLifecycle() throws Exception {
+        testSnapshotUtilsLifecycleWithSavepointFormatType(SavepointFormatType.DEFAULT);
+        testSnapshotUtilsLifecycleWithSavepointFormatType(SavepointFormatType.NATIVE);

Review comment:
       THX for your remind, actually I have already tested the generated savepoint locally and I tested it again just. The result met my request perfectly.
   And I split the test case in the new commit, could you help take a glance?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org