This is an automated email from the ASF dual-hosted git repository.
lidongdai 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 8a3f261b0c [bugfix][zeta] Disable CheckpointTimeOutTest (#5438)
8a3f261b0c is described below
commit 8a3f261b0c895a4b78523cad321d1dc3f2a84753
Author: ic4y <[email protected]>
AuthorDate: Thu Sep 7 17:50:48 2023 +0800
[bugfix][zeta] Disable CheckpointTimeOutTest (#5438)
---
.../seatunnel/engine/server/checkpoint/CheckpointTimeOutTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointTimeOutTest.java
b/seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointTimeOutTest.java
index 3cf7636adf..bb9c014902 100644
---
a/seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointTimeOutTest.java
+++
b/seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointTimeOutTest.java
@@ -25,6 +25,7 @@ import
org.apache.seatunnel.engine.server.AbstractSeaTunnelServerTest;
import org.apache.seatunnel.engine.server.TestUtils;
import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import com.hazelcast.internal.serialization.Data;
@@ -42,6 +43,7 @@ public class CheckpointTimeOutTest extends
AbstractSeaTunnelServerTest {
public static long JOB_ID = System.currentTimeMillis();
@Test
+ @Disabled("Currently unstable tests, waiting for @EricJoy2048 to refactor
state handling logic")
public void testJobLevelCheckpointTimeOut() {
startJob(JOB_ID, CONF_PATH);