This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch fix_31_props_in_filenode
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/fix_31_props_in_filenode by 
this push:
     new 3a2e821  fix show timeseries test error
3a2e821 is described below

commit 3a2e821db631017baa7a7a24cb628a9bc97dc50b
Author: xiangdong huang <[email protected]>
AuthorDate: Sat Mar 2 23:26:15 2019 +0800

    fix show timeseries test error
---
 .../java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java    | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git 
a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java 
b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java
index baa8368..34bc509 100644
--- a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java
+++ b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java
@@ -151,6 +151,15 @@ public class IoTDBCompleteIT {
             + "                 args: {max_point_number=10},\n"
             + "                 StorageGroup: root.vehicle\n"
             + "            }\n"
+            + "        },\n"
+            + "        d6:{\n"
+            + "            s10:{\n"
+            + "                 DataType: DOUBLE,\n"
+            + "                 Encoding: RLE,\n"
+            + "                 Compressor: UNCOMPRESSED,\n"
+            + "                 args: {max_point_number=10},\n"
+            + "                 StorageGroup: root.vehicle\n"
+            + "            }\n"
             + "        }\n"
             + "    }\n"
             + "}",

Reply via email to