This is an automated email from the ASF dual-hosted git repository.
chenyz 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 d0918bd367a Temporarily ignore testPBTreeMemoryStatistics (#11648)
d0918bd367a is described below
commit d0918bd367a7feff2e4dd99362f0c2d5433de5c1
Author: Chen YZ <[email protected]>
AuthorDate: Fri Dec 1 09:50:58 2023 +0800
Temporarily ignore testPBTreeMemoryStatistics (#11648)
Temporarily ignore testPBTreeMemoryStatistics
---
.../org/apache/iotdb/db/metadata/schemaRegion/SchemaStatisticsTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/metadata/schemaRegion/SchemaStatisticsTest.java
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/metadata/schemaRegion/SchemaStatisticsTest.java
index 7ce4c108230..cfa62dd4916 100644
---
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/metadata/schemaRegion/SchemaStatisticsTest.java
+++
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/metadata/schemaRegion/SchemaStatisticsTest.java
@@ -40,6 +40,7 @@ import org.apache.iotdb.tsfile.file.metadata.enums.TSEncoding;
import org.apache.iotdb.tsfile.write.schema.MeasurementSchema;
import org.junit.Assert;
+import org.junit.Ignore;
import org.junit.Test;
import java.util.Arrays;
@@ -55,6 +56,7 @@ public class SchemaStatisticsTest extends
AbstractSchemaRegionTest {
}
@Test
+ @Ignore
public void testPBTreeMemoryStatistics() throws Exception {
ISchemaRegion schemaRegion1 = getSchemaRegion("root.sg1", 0);
ISchemaRegion schemaRegion2 = getSchemaRegion("root.sg2", 0);