This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new fd1d6ca0683 remove Repair Data ClusterIT
fd1d6ca0683 is described below
commit fd1d6ca0683b235a27d8407ecfb6b5f0d652d084
Author: shuwenwei <[email protected]>
AuthorDate: Mon Apr 1 20:40:52 2024 +0800
remove Repair Data ClusterIT
---
.../src/test/java/org/apache/iotdb/db/it/IoTDBRepairDataIT.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBRepairDataIT.java
b/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBRepairDataIT.java
index d1eaa8f75b8..49f581642e2 100644
---
a/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBRepairDataIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBRepairDataIT.java
@@ -22,7 +22,6 @@ package org.apache.iotdb.db.it;
import
org.apache.iotdb.db.storageengine.dataregion.tsfile.generator.TsFileNameGenerator;
import org.apache.iotdb.it.env.EnvFactory;
import org.apache.iotdb.it.framework.IoTDBTestRunner;
-import org.apache.iotdb.itbase.category.ClusterIT;
import org.apache.iotdb.itbase.category.LocalStandaloneIT;
import org.apache.iotdb.tsfile.file.metadata.PlainDeviceID;
import org.apache.iotdb.tsfile.file.metadata.enums.TSDataType;
@@ -51,7 +50,7 @@ import static
org.apache.iotdb.db.utils.constant.TestConstant.TIMESTAMP_STR;
import static org.junit.Assert.assertNotNull;
@RunWith(IoTDBTestRunner.class)
-@Category({LocalStandaloneIT.class, ClusterIT.class})
+@Category({LocalStandaloneIT.class})
public class IoTDBRepairDataIT {
@BeforeClass