Skip to content

Commit

Permalink
[release] Upgrade current version to 1.16 for FlinkKinesisConsumerMig…
Browse files Browse the repository at this point in the history
…rationTest and create snapshots
  • Loading branch information
HuangXingBo committed Oct 31, 2022
1 parent 2c9c9ad commit bb4127d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ public static Collection<FlinkVersion> parameters() {
FlinkVersion.v1_12,
FlinkVersion.v1_13,
FlinkVersion.v1_14,
FlinkVersion.v1_15);
FlinkVersion.v1_15,
FlinkVersion.v1_16);
}

public FlinkKinesisConsumerMigrationTest(FlinkVersion testMigrateVersion) {
this.testMigrateVersion = testMigrateVersion;
}

/** Manually run this to write binary snapshot data. */
@Ignore
@Test
public void writeSnapshot() throws Exception {
writeSnapshot(
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit bb4127d

Please sign in to comment.