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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]