jackyyyyyssss commented on code in PR #7264: URL: https://github.com/apache/seatunnel/pull/7264#discussion_r1690895481
########## seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainer.java: ########## @@ -55,4 +55,6 @@ default Container.ExecResult restoreJob(String confFile, String jobId) } String getServerLogs(); + + void copyFileMyselfContainers(String path, String targetPath); Review Comment: There is no method to copy the file to the seatunnel itself, so an additional one is added -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org