You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/AbstractOperatorRestoreTestBase.java
+4
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,10 @@
61
61
* <p>The verification is done in 2 Steps: Step 1: Migrate the job to the newer version by
62
62
* submitting the same job used for the old version savepoint, and create a new savepoint. Step 2:
63
63
* Modify the job topology, and restore from the savepoint created in step 1.
64
+
*
65
+
* <p>The savepoint _metadata file for the current branch is stored in the savepointPath in {@link
66
+
* AbstractOperatorRestoreTestBase#migrateJob}, please create the corresponding test resource
0 commit comments