inner-2383-supplement:fix ci

This commit is contained in:
dcy
2024-04-28 10:16:25 +08:00
committed by Rico
parent e772a6683a
commit ec712a2bb3
2 changed files with 0 additions and 3 deletions
@@ -249,8 +249,6 @@ public class ConfigInitializer implements ProblemReporter {
ds.setTestConnSuccess(true);
LOGGER.info("dbGroup[" + ds.getDbGroupConfig().getName() + "] instance " + ds.getName() + " is skiped,because of option skipTestConOnUpdate");
continue;
} else {
}
}
if (!testDbInstance(dbGroupName, ds, schemaList)) {
@@ -39,7 +39,6 @@ import com.actiontech.dble.services.manager.ManagerService;
import com.actiontech.dble.singleton.CronScheduler;
import com.actiontech.dble.singleton.FrontendUserManager;
import com.actiontech.dble.singleton.TraceManager;
import com.actiontech.dble.util.StringUtil;
import com.google.gson.Gson;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;