Skip to content

Commit c17ca38

Browse files
authored
Pipe: Banned conversion IT (#15973)
1 parent 672e72d commit c17ca38

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/tablemodel/manual/enhanced/IoTDBPipeTypeConversionIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.apache.tsfile.utils.DateUtils;
3434
import org.apache.tsfile.utils.Pair;
3535
import org.junit.Before;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.experimental.categories.Category;
3839
import org.junit.runner.RunWith;
@@ -51,6 +52,8 @@
5152

5253
@RunWith(IoTDBTestRunner.class)
5354
@Category({MultiClusterIT2DualTableManualEnhanced.class})
55+
@Ignore(
56+
"Currently this may lose some data because tsFile conversion is banned, and historical transferred is not opened if history.enable = false")
5457
public class IoTDBPipeTypeConversionIT extends AbstractPipeTableModelDualManualIT {
5558

5659
@Override

integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/IoTDBPipeTypeConversionIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.apache.tsfile.utils.BytesUtils;
3232
import org.apache.tsfile.utils.DateUtils;
3333
import org.apache.tsfile.utils.Pair;
34+
import org.junit.Ignore;
3435
import org.junit.Test;
3536
import org.junit.experimental.categories.Category;
3637
import org.junit.runner.RunWith;
@@ -47,6 +48,8 @@
4748

4849
@RunWith(IoTDBTestRunner.class)
4950
@Category({MultiClusterIT2DualTreeManual.class})
51+
@Ignore(
52+
"Currently this may lose some data because tsFile conversion is banned, and historical transferred is not opened if history.enable = false")
5053
public class IoTDBPipeTypeConversionIT extends AbstractPipeDualTreeModelManualIT {
5154

5255
private static final int generateDataSize = 100;

0 commit comments

Comments
 (0)