Skip to content

Commit 9fffd3c

Browse files
committed
[Fix][Zeta] Fix pendingJobMasterMap resource leak
1 parent 1f367e7 commit 9fffd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seatunnel-engine/seatunnel-engine-client/src/test/java/org/apache/seatunnel/engine/client/SeaTunnelEngineClusterRoleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public void pendingJobCancel() {
301301
status.contains("PENDING");
302302

303303
// Cancel the job in the pending state, The task is canceled from the Pending queue, the
304-
// task itself is not running, and the job status should be UNKNOWABLE
304+
// task itself is not running, and the job status should be CANCELED
305305
seaTunnelClient.getJobClient().cancelJob(clientJobProxy.getJobId());
306306
Awaitility.await()
307307
.atMost(60000, TimeUnit.MILLISECONDS)

0 commit comments

Comments
 (0)