This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a commit to branch fix_closed_channel_issue
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/fix_closed_channel_issue by
this push:
new d12385f test statement
d12385f is described below
commit d12385f86ed0d186f2245a3c235457525b9b4326
Author: CGF <[email protected]>
AuthorDate: Sun Mar 24 22:05:34 2019 +0800
test statement
---
.../org/apache/iotdb/db/integration/IoTDBFlushQueryMergeTest.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBFlushQueryMergeTest.java
b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBFlushQueryMergeTest.java
index b018e44..90b45dd 100644
---
a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBFlushQueryMergeTest.java
+++
b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBFlushQueryMergeTest.java
@@ -121,8 +121,9 @@ public class IoTDBFlushQueryMergeTest {
}
statement.close();
- statement = connection.createStatement();
- statement.execute("merge");
+// statement = connection.createStatement();
+// statement.execute("merge");
+// statement.close();
} catch (Exception e) {
e.printStackTrace();