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 0cdd3066b3 [Improve][CI][E2E] Increase checkpoint timeout of zeta
(#5339)
0cdd3066b3 is described below
commit 0cdd3066b358658f0e3019aa92a373ada1a062da
Author: Chengyu Yan <[email protected]>
AuthorDate: Mon Aug 21 12:39:46 2023 +0800
[Improve][CI][E2E] Increase checkpoint timeout of zeta (#5339)
---
release-note.md | 1 +
.../connector-seatunnel-e2e-base/src/test/resources/seatunnel.yaml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/release-note.md b/release-note.md
index d647bdbad9..27beb6f17c 100644
--- a/release-note.md
+++ b/release-note.md
@@ -115,6 +115,7 @@
### CI
- [CI] Fix error repository name in ci config files (#4795)
+- [CI][E2E][Zeta] Increase Zeta checkpoint timeout to avoid
connector-file-sftp-e2e failed frequently (#5339)
### Zeta(ST-Engine)
diff --git
a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/seatunnel.yaml
b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/seatunnel.yaml
index 4276fc8791..7775a483cd 100644
---
a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/seatunnel.yaml
+++
b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/seatunnel.yaml
@@ -25,7 +25,7 @@ seatunnel:
dynamic-slot: true
checkpoint:
interval: 300000
- timeout: 10000
+ timeout: 100000
storage:
type: localfile
max-retained: 3