Skip to content

Commit

Permalink
[FLINK-31593][tests] Adds 1.17.0 reference data for AbstractOperatorR…
Browse files Browse the repository at this point in the history
…estoreTestBase-related tests based on release-1.17.0
  • Loading branch information
XComp committed Apr 24, 2023
1 parent f5f69af commit e60fb06
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public abstract class AbstractKeyedOperatorRestoreTestBase extends AbstractOpera

@Parameterized.Parameters(name = "Migrate Savepoint: {0}")
public static Collection<FlinkVersion> parameters() {
return FlinkVersion.rangeOf(FlinkVersion.v1_8, FlinkVersion.v1_16);
return FlinkVersion.rangeOf(FlinkVersion.v1_8, FlinkVersion.v1_17);
}

public AbstractKeyedOperatorRestoreTestBase(FlinkVersion flinkVersion) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public abstract class AbstractNonKeyedOperatorRestoreTestBase

@Parameterized.Parameters(name = "Migrate Savepoint: {0}")
public static Collection<FlinkVersion> parameters() {
return FlinkVersion.rangeOf(FlinkVersion.v1_8, FlinkVersion.v1_16);
return FlinkVersion.rangeOf(FlinkVersion.v1_8, FlinkVersion.v1_17);
}

protected AbstractNonKeyedOperatorRestoreTestBase(FlinkVersion flinkVersion) {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit e60fb06

Please sign in to comment.