You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/ClusterFaultToleranceIT.java
+1
Original file line number
Diff line number
Diff line change
@@ -839,6 +839,7 @@ public void testStreamJobRestoreInAllNodeDown() throws Exception {
839
839
// shutdown all node
840
840
node1.shutdown();
841
841
node2.shutdown();
842
+
engineClient.close();
842
843
843
844
log.warn(
844
845
"==========================================All node is done========================================");
0 commit comments