mirror of
https://github.com/actiontech/dble.git
synced 2026-05-01 20:10:23 -05:00
inner-2383-supplement:fix ci
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user