You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/06/04 12:52:42 UTC

[iotdb] branch rel/0.12 updated: Fix session ci bug(#3343)

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

xiangweiwei pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 5b9ec41  Fix session ci bug(#3343)
5b9ec41 is described below

commit 5b9ec415f914ef24b5e0ca8b38f0b0c6d2630329
Author: chaow <xu...@gmail.com>
AuthorDate: Fri Jun 4 20:52:15 2021 +0800

    Fix session ci bug(#3343)
---
 .../org/apache/iotdb/session/IoTDBSessionSimpleIT.java     | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/session/src/test/java/org/apache/iotdb/session/IoTDBSessionSimpleIT.java b/session/src/test/java/org/apache/iotdb/session/IoTDBSessionSimpleIT.java
index a227a3d..a458a89 100644
--- a/session/src/test/java/org/apache/iotdb/session/IoTDBSessionSimpleIT.java
+++ b/session/src/test/java/org/apache/iotdb/session/IoTDBSessionSimpleIT.java
@@ -611,13 +611,13 @@ public class IoTDBSessionSimpleIT {
         });
     Assert.assertArrayEquals(
         dataSet.getColumnTypes().toArray(new String[0]),
-        new TSDataType[] {
-          TSDataType.INT64,
-          TSDataType.INT64,
-          TSDataType.FLOAT,
-          TSDataType.BOOLEAN,
-          TSDataType.INT32,
-          TSDataType.INT32
+        new String[] {
+          TSDataType.INT64.toString(),
+          TSDataType.INT64.toString(),
+          TSDataType.FLOAT.toString(),
+          TSDataType.BOOLEAN.toString(),
+          TSDataType.INT32.toString(),
+          TSDataType.INT32.toString()
         });
     long time = 1L;
     //