Skip to content

Commit f55dfe0

Browse files
authored
Add more tests for removing datanode (#15749)
1 parent 0c35003 commit f55dfe0

File tree

6 files changed

+666
-193
lines changed

6 files changed

+666
-193
lines changed

integration-test/src/test/java/org/apache/iotdb/confignode/it/removeconfignode/IoTDBRemoveConfigNodeITFramework.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import java.util.concurrent.atomic.AtomicReference;
4747

4848
import static org.apache.iotdb.confignode.it.regionmigration.IoTDBRegionOperationReliabilityITFramework.getDataRegionMap;
49-
import static org.apache.iotdb.confignode.it.removedatanode.IoTDBRemoveDataNodeITFramework.getConnectionWithSQLType;
49+
import static org.apache.iotdb.confignode.it.removedatanode.IoTDBRemoveDataNodeUtils.getConnectionWithSQLType;
5050
import static org.apache.iotdb.util.MagicUtils.makeItCloseQuietly;
5151

5252
public class IoTDBRemoveConfigNodeITFramework {

0 commit comments

Comments
 (0)