Skip to content

Commit

Permalink
[FLINK-18552][tests] Update migration tests of FlinkKafkaProducerMigr…
Browse files Browse the repository at this point in the history
…ationTest to cover migration from 1.10
  • Loading branch information
gaoyunhaii authored and pnowojski committed Jul 24, 2020
1 parent 47c3394 commit 9535ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public class FlinkKafkaProducerMigrationTest extends KafkaMigrationTestBase {
public static Collection<MigrationVersion> parameters() {
return Arrays.asList(
MigrationVersion.v1_8,
MigrationVersion.v1_9);
MigrationVersion.v1_9,
MigrationVersion.v1_10);
}

public FlinkKafkaProducerMigrationTest(MigrationVersion testMigrateVersion) {
Expand Down
Binary file not shown.

0 comments on commit 9535ffc

Please sign in to comment.