This is an automated email from the ASF dual-hosted git repository.
liugddx pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new e181eeea06 Update seatunnel test container version to `latest` (#5323)
e181eeea06 is described below
commit e181eeea06fa062647692494b20e3d29c431be93
Author: Chengyu Yan <[email protected]>
AuthorDate: Wed Aug 23 22:56:20 2023 +0800
Update seatunnel test container version to `latest` (#5323)
---
release-note.md | 1 +
.../java/org/apache/seatunnel/e2e/common/container/TestContainerId.java | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/release-note.md b/release-note.md
index 27beb6f17c..24c3f01abe 100644
--- a/release-note.md
+++ b/release-note.md
@@ -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
diff --git
a/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java
b/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java
index 485fe2df77..c507128200 100644
---
a/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java
+++
b/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java
@@ -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, "dev");
private final EngineType engineType;
private final String version;