You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/02/24 01:49:53 UTC

[iotdb] branch master updated: fix IoTDBAutoCreateSchemaIT compile error (#2728)

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

haonan 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 7c5356b  fix IoTDBAutoCreateSchemaIT compile error (#2728)
7c5356b is described below

commit 7c5356b75ae94e91bf3ca670614b1273f2695178
Author: Haonan <hh...@outlook.com>
AuthorDate: Wed Feb 24 09:49:36 2021 +0800

    fix IoTDBAutoCreateSchemaIT compile error (#2728)
---
 .../java/org/apache/iotdb/db/integration/IoTDBAutoCreateSchemaIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/test/java/org/apache/iotdb/db/integration/IoTDBAutoCreateSchemaIT.java b/server/src/test/java/org/apache/iotdb/db/integration/IoTDBAutoCreateSchemaIT.java
index d1651e3..abac508 100644
--- a/server/src/test/java/org/apache/iotdb/db/integration/IoTDBAutoCreateSchemaIT.java
+++ b/server/src/test/java/org/apache/iotdb/db/integration/IoTDBAutoCreateSchemaIT.java
@@ -49,7 +49,7 @@ public class IoTDBAutoCreateSchemaIT {
   private Connection connection;
 
   @Before
-  public void setUp() {
+  public void setUp() throws Exception {
     EnvironmentUtils.closeStatMonitor();
     EnvironmentUtils.envSetUp();