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 b3435b79f42 Pause remove DN tests
b3435b79f42 is described below

commit b3435b79f4256952c3775608b96c9c60ebeb3134
Author: Yongzao <[email protected]>
AuthorDate: Wed Jun 25 09:09:41 2025 +0800

    Pause remove DN tests
---
 .../confignode/it/removedatanode/IoTDBRemoveDataNodeNormalIT.java     | 4 ++--
 .../confignode/it/removedatanode/IoTDBRemoveUnknownDataNodeIT.java    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeNormalIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeNormalIT.java
index 0435629a911..4ce11149070 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeNormalIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeNormalIT.java
@@ -142,7 +142,7 @@ public class IoTDBRemoveDataNodeNormalIT {
     failTest(2, 3, 1, 3, 1, 2, false, SQLModel.TREE_MODEL_SQL, 
ConsensusFactory.IOT_CONSENSUS);
   }
 
-  @Test
+  //  @Test
   public void fail1C3DTestIoTV2UseSQL() throws Exception {
     // Setup 1C3D with schema replication factor = 3, and remove 1D, this test 
should fail due to
     // insufficient DN for holding schema
@@ -155,7 +155,7 @@ public class IoTDBRemoveDataNodeNormalIT {
     successTest(2, 3, 1, 4, 1, 2, true, SQLModel.TABLE_MODEL_SQL, 
ConsensusFactory.IOT_CONSENSUS);
   }
 
-  @Test
+  //  @Test
   public void success1C4DIoTV2TestUseTableSQL() throws Exception {
     // Setup 1C4D, and remove 1D, this test should success
     successTest(
diff --git 
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveUnknownDataNodeIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveUnknownDataNodeIT.java
index 8e2a5a70c4c..39caa0702f4 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveUnknownDataNodeIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveUnknownDataNodeIT.java
@@ -140,7 +140,7 @@ public class IoTDBRemoveUnknownDataNodeIT {
     failTest(2, 3, 1, 3, 1, 2, SQLModel.TREE_MODEL_SQL, 
ConsensusFactory.IOT_CONSENSUS);
   }
 
-  @Test
+  //  @Test
   public void fail1C3DTestIoTV2UseSQL() throws Exception {
     // Setup 1C3D with schema replication factor = 3, and remove 1D, this test 
should fail due to
     // insufficient DN for holding schema
@@ -153,7 +153,7 @@ public class IoTDBRemoveUnknownDataNodeIT {
     successTest(2, 3, 1, 4, 1, 2, SQLModel.TABLE_MODEL_SQL, 
ConsensusFactory.IOT_CONSENSUS);
   }
 
-  @Test
+  //  @Test
   public void success1C4DIoTV2TestUseTableSQL() throws Exception {
     // Setup 1C4D, and remove 1D, this test should success
     successTest(2, 3, 1, 4, 1, 2, SQLModel.TABLE_MODEL_SQL, 
ConsensusFactory.IOT_CONSENSUS_V2);

Reply via email to