This is an automated email from the ASF dual-hosted git repository. yongzao pushed a commit to branch pause-stop-dn-test in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 932c119e3f74f23c62cfc93b3b88ac7cc3ffb258 Author: Yongzao <[email protected]> AuthorDate: Wed Jun 25 09:07:14 2025 +0800 finish --- .../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..599e67faf41 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..4580604adcc 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);
