Hisoka-X commented on code in PR #9795:
URL: https://github.com/apache/seatunnel/pull/9795#discussion_r2341210603


##########
seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/rest/BaseServletTest.java:
##########
@@ -176,4 +186,18 @@ private void startJob(Long jobId, String path) {
                         .submitJob(jobId, data, 
jobImmutableInformation.isStartWithSavePoint());
         voidPassiveCompletableFuture.join();
     }
+
+    @AfterAll
+    public void teardown() {

Review Comment:
   Could you move it into `AbstractSeaTunnelServerTest` ? I think all test case 
in `AbstractSeaTunnelServerTest` can benefit from this change



-- 
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