XComp commented on code in PR #22377:
URL: https://github.com/apache/flink/pull/22377#discussion_r1163828497
##########
flink-tests/src/test/java/org/apache/flink/test/checkpointing/StatefulJobSnapshotMigrationITCase.java:
##########
@@ -136,6 +136,12 @@ public void testSavepoint() throws Exception {
switch (snapshotSpec.getStateBackendType()) {
case StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME:
env.setStateBackend(new EmbeddedRocksDBStateBackend());
+
+ if (executionMode == ExecutionMode.CREATE_SNAPSHOT) {
Review Comment:
@rkhachatryan That means that we don't have to create backports but only
merge this PR (because for 1.17 I have to disable the changelog backend
manually based on `release-1.17.0` and for 1.16 we have the migration test data
already generated?!
--
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]