hawk9821 commented on code in PR #8869: URL: https://github.com/apache/seatunnel/pull/8869#discussion_r1975161148
########## seatunnel-connectors-v2/connector-jdbc/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/sqlserver/SqlServerCatalogTest.java: ########## @@ -69,9 +69,9 @@ static void before() { sqlServerCatalog = new SqlServerCatalog("sqlserver", "sa", "root@123", sqlParse, null); mySqlCatalog = new MySqlCatalog("mysql", "root", "root@123", MysqlUrlInfo); postgresCatalog = new PostgresCatalog("postgres", "postgres", "postgres", pg, null); - mySqlCatalog.open(); - sqlServerCatalog.open(); - postgresCatalog.open(); + // mySqlCatalog.open(); + // sqlServerCatalog.open(); + // postgresCatalog.open(); Review Comment: rollbacked -- 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