You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ch...@apache.org on 2021/06/05 06:15:22 UTC

[iotdb] branch cherry_pick_fix_ci_bug#3343 created (now 943a713)

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

chaow pushed a change to branch cherry_pick_fix_ci_bug#3343
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 943a713  Fix session ci bug(#3343)

This branch includes the following new commits:

     new 943a713  Fix session ci bug(#3343)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: Fix session ci bug(#3343)

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chaow pushed a commit to branch cherry_pick_fix_ci_bug#3343
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 943a713394e5fc436ab68c3e6b54b030102bcb7b
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 91a1368..6c5df12 100644
--- a/session/src/test/java/org/apache/iotdb/session/IoTDBSessionSimpleIT.java
+++ b/session/src/test/java/org/apache/iotdb/session/IoTDBSessionSimpleIT.java
@@ -747,13 +747,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;
     //