TyrantLucifer commented on code in PR #2719:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2719#discussion_r969116315


##########
seatunnel-e2e/seatunnel-flink-connector-v2-e2e/connector-jdbc-flink-e2e/src/test/java/org/apache/seatunnel/e2e/flink/v2/jdbc/JdbcSourceToConsoleIT.java:
##########
@@ -99,4 +101,10 @@ public void closePostgreSqlContainer() {
             psl.stop();
         }
     }
+
+    @Override
+    protected void executeExtraCommands(GenericContainer<?> container) throws 
IOException, InterruptedException {

Review Comment:
   > 
   
   In my opinion, not only will the container download additional jar packages, 
but it may also execute other commands, such as creating files, etc....
   
   



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