Skip to content

Commit

Permalink
[FLINK-29807][tests] Drop support for < 1.8 snapshots in Abstract(Non…
Browse files Browse the repository at this point in the history
…)KeyedOperatorRestoreTestBase
  • Loading branch information
pnowojski committed Nov 4, 2022
1 parent 00acf07 commit 5eb70e9
Show file tree
Hide file tree
Showing 12 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_3, FlinkVersion.v1_16);
return FlinkVersion.rangeOf(FlinkVersion.v1_8, FlinkVersion.v1_16);
}

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_3, FlinkVersion.v1_16);
return FlinkVersion.rangeOf(FlinkVersion.v1_8, FlinkVersion.v1_16);
}

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

0 comments on commit 5eb70e9

Please sign in to comment.