Skip to content

Commit 77b9a00

Browse files
tsreaperxintongsong
authored andcommitted
[hotfix][state][test] Add test file generation guide in AbstractOperatorRestoreTestBase
1 parent 4d19a9f commit 77b9a00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/AbstractOperatorRestoreTestBase.java

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
* <p>The verification is done in 2 Steps: Step 1: Migrate the job to the newer version by
6262
* submitting the same job used for the old version savepoint, and create a new savepoint. Step 2:
6363
* 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
67+
* directory and copy the _metadata file by hand.
6468
*/
6569
public abstract class AbstractOperatorRestoreTestBase extends TestLogger {
6670

0 commit comments

Comments
 (0)