Skip to content

Commit

Permalink
Update seatunnel test container version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
CheneyYin committed Aug 17, 2023
1 parent ed5eadc commit 3708f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- [E2E] [Kafka] Fix kafka e2e testcase (#4520)
- [Container Version] Fix risk of unreproducible test cases #4591
- [E2e] [Mysql-cdc] Removing the excess MySqlIncrementalSourceIT e2e reduces the CI time (#4738)
- [E2E] [Common] Update test container version of seatunnel engine (#5323)

## Improve

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public enum TestContainerId {
FLINK_1_16(FLINK, "1.16.0"),
SPARK_2_4(SPARK, "2.4.6"),
SPARK_3_3(SPARK, "3.3.0"),
SEATUNNEL(EngineType.SEATUNNEL, "2.3.1");
SEATUNNEL(EngineType.SEATUNNEL, "latest");

private final EngineType engineType;
private final String version;
Expand Down

0 comments on commit 3708f66

Please sign in to comment.