Skip to content

Commit

Permalink
inner-2383-supplement:fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dcy10000 committed Apr 28, 2024
1 parent e772a66 commit ec712a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ public void testConnection() {
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)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
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;
Expand Down

0 comments on commit ec712a2

Please sign in to comment.