Skip to content

Commit

Permalink
[hotfix][state][test] Add test file generation guide in AbstractOpera…
Browse files Browse the repository at this point in the history
…torRestoreTestBase
  • Loading branch information
tsreaper authored and xintongsong committed Aug 4, 2021
1 parent 4d19a9f commit 77b9a00
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
* <p>The verification is done in 2 Steps: Step 1: Migrate the job to the newer version by
* submitting the same job used for the old version savepoint, and create a new savepoint. Step 2:
* Modify the job topology, and restore from the savepoint created in step 1.
*
* <p>The savepoint _metadata file for the current branch is stored in the savepointPath in {@link
* AbstractOperatorRestoreTestBase#migrateJob}, please create the corresponding test resource
* directory and copy the _metadata file by hand.
*/
public abstract class AbstractOperatorRestoreTestBase extends TestLogger {

Expand Down

0 comments on commit 77b9a00

Please sign in to comment.