This is an automated email from the ASF dual-hosted git repository. hui pushed a commit to branch lmh/addErrorMsg in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e455cdb67f95e8ada146dd45bc863e920f47acde Author: Minghui Liu <[email protected]> AuthorDate: Wed Jun 15 15:46:18 2022 +0800 remove @Ignore --- .../org/apache/iotdb/db/it/aligned/IoTDBInsertAlignedValuesIT.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration-test/src/test/java/org/apache/iotdb/db/it/aligned/IoTDBInsertAlignedValuesIT.java b/integration-test/src/test/java/org/apache/iotdb/db/it/aligned/IoTDBInsertAlignedValuesIT.java index 0c6894a21c..dc121304d3 100644 --- a/integration-test/src/test/java/org/apache/iotdb/db/it/aligned/IoTDBInsertAlignedValuesIT.java +++ b/integration-test/src/test/java/org/apache/iotdb/db/it/aligned/IoTDBInsertAlignedValuesIT.java @@ -27,7 +27,6 @@ import org.apache.iotdb.itbase.category.LocalStandaloneIT; import org.junit.After; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.junit.experimental.categories.Category; import org.junit.runner.RunWith; @@ -232,8 +231,6 @@ public class IoTDBInsertAlignedValuesIT { } } - // TODO remove Ignore annotation while fixing this bug - @Ignore @Test(expected = Exception.class) public void testInsertWithWrongMeasurementNum2() throws SQLException { try (Connection connection = EnvFactory.getEnv().getConnection(); @@ -268,8 +265,6 @@ public class IoTDBInsertAlignedValuesIT { } } - // TODO remove Ignore annotation while fixing this bug - @Ignore @Test public void testInsertWithDuplicatedMeasurements() { try (Connection connection = EnvFactory.getEnv().getConnection();
