CalvinKirs commented on code in PR #2366:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2366#discussion_r938423769


##########
seatunnel-engine/seatunnel-engine-server/src/main/test/execution/TaskExecutionServiceTest.java:
##########
@@ -44,8 +56,106 @@ public class TaskExecutionServiceTest {
 
     @Test
     public void testAll() throws InterruptedException {
+        System.out.println("----------start Cancel test----------");
         testCancel();
+
+        System.out.println("----------start Finish test----------");
         testFinish();
+
+        System.out.println("----------start Delay test----------");
+        testDelay();
+        testDelay();
+
+        System.out.println("----------start ThrowException test----------");
+        testThrowException();
+
+        System.out.println("----------start CriticalCallTime test----------");
+        testCriticalCallTime();

Review Comment:
   if necessary, please LOG record .



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to