You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/08/14 08:03:25 UTC

[flink] branch master updated: [FLINK-10092][tests] Update StatefulJobSavepointMigrationITCase for 1.5

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new c5f9ea2  [FLINK-10092][tests] Update StatefulJobSavepointMigrationITCase for 1.5
c5f9ea2 is described below

commit c5f9ea2753c7e673dd887a67c9b770bec2f400cf
Author: zentol <ch...@apache.org>
AuthorDate: Tue Aug 7 13:44:35 2018 +0200

    [FLINK-10092][tests] Update StatefulJobSavepointMigrationITCase for 1.5
---
 .../utils/StatefulJobSavepointMigrationITCase.java      |   4 +++-
 .../_metadata                                           | Bin 0 -> 44844 bytes
 .../_metadata                                           | Bin 0 -> 44772 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobSavepointMigrationITCase.java b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobSavepointMigrationITCase.java
index c74f304..e8a47b0 100644
--- a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobSavepointMigrationITCase.java
+++ b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/StatefulJobSavepointMigrationITCase.java
@@ -78,7 +78,9 @@ public class StatefulJobSavepointMigrationITCase extends SavepointMigrationTestB
 	public static Collection<Tuple2<MigrationVersion, String>> parameters () {
 		return Arrays.asList(
 			Tuple2.of(MigrationVersion.v1_4, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
-			Tuple2.of(MigrationVersion.v1_4, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME));
+			Tuple2.of(MigrationVersion.v1_4, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME),
+			Tuple2.of(MigrationVersion.v1_5, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
+			Tuple2.of(MigrationVersion.v1_5, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME));
 	}
 
 	private final MigrationVersion testMigrateVersion;
diff --git a/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.5-rocksdb-savepoint/_metadata b/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.5-rocksdb-savepoint/_metadata
new file mode 100644
index 0000000..812d581
Binary files /dev/null and b/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.5-rocksdb-savepoint/_metadata differ
diff --git a/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.5-savepoint/_metadata b/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.5-savepoint/_metadata
new file mode 100644
index 0000000..f9eb318
Binary files /dev/null and b/flink-tests/src/test/resources/new-stateful-udf-migration-itcase-flink1.5-savepoint/_metadata differ