You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/10/27 06:44:15 UTC

[iotdb] branch MoveIT created (now e31bb55eb5)

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

jackietien pushed a change to branch MoveIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at e31bb55eb5 Ignore some old standalone style IT

This branch includes the following new commits:

     new e31bb55eb5 Ignore some old standalone style IT

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: Ignore some old standalone style IT

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

jackietien pushed a commit to branch MoveIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit e31bb55eb56c35453ee971fe5451f77323e94578
Author: JackieTien97 <ja...@gmail.com>
AuthorDate: Thu Oct 27 14:43:36 2022 +0800

    Ignore some old standalone style IT
---
 cli/src/test/java/org/apache/iotdb/cli/StartClientScriptIT.java        | 3 +++
 .../src/test/java/org/apache/zeppelin/iotdb/IoTDBInterpreterTest.java  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/cli/src/test/java/org/apache/iotdb/cli/StartClientScriptIT.java b/cli/src/test/java/org/apache/iotdb/cli/StartClientScriptIT.java
index 6d8809568e..2709c6e38d 100644
--- a/cli/src/test/java/org/apache/iotdb/cli/StartClientScriptIT.java
+++ b/cli/src/test/java/org/apache/iotdb/cli/StartClientScriptIT.java
@@ -22,11 +22,14 @@ import org.apache.iotdb.db.utils.EnvironmentUtils;
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.File;
 import java.io.IOException;
 
+// TODO remember to add it back after new standalone iotdb is finished
+@Ignore
 public class StartClientScriptIT extends AbstractScript {
 
   @Before
diff --git a/zeppelin-interpreter/src/test/java/org/apache/zeppelin/iotdb/IoTDBInterpreterTest.java b/zeppelin-interpreter/src/test/java/org/apache/zeppelin/iotdb/IoTDBInterpreterTest.java
index 327943cef7..0a4048b787 100644
--- a/zeppelin-interpreter/src/test/java/org/apache/zeppelin/iotdb/IoTDBInterpreterTest.java
+++ b/zeppelin-interpreter/src/test/java/org/apache/zeppelin/iotdb/IoTDBInterpreterTest.java
@@ -27,6 +27,7 @@ import org.apache.zeppelin.interpreter.InterpreterResult.Code;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.IOException;
@@ -48,6 +49,8 @@ import static org.apache.zeppelin.iotdb.IoTDBInterpreter.IOTDB_USERNAME;
 import static org.apache.zeppelin.iotdb.IoTDBInterpreter.IOTDB_ZONE_ID;
 import static org.apache.zeppelin.iotdb.IoTDBInterpreter.SET_TIMESTAMP_DISPLAY;
 
+// TODO remember to add it back after new standalone iotdb is finished
+@Ignore
 public class IoTDBInterpreterTest {
 
   private IoTDBInterpreter interpreter;