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

[incubator-iotdb] branch feature_async_close_tsfile updated: change flushMetadata to flush

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

qiaojialin pushed a commit to branch feature_async_close_tsfile
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/feature_async_close_tsfile by this push:
     new a41a734  change flushMetadata to flush
a41a734 is described below

commit a41a734c57022629c0497762056f1693a5f9b469
Author: qiaojialin <64...@qq.com>
AuthorDate: Sat Jun 22 22:05:03 2019 +0800

    change flushMetadata to flush
---
 .../org/apache/iotdb/db/integration/IoTDBSequenceDataQueryIT.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBSequenceDataQueryIT.java b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBSequenceDataQueryIT.java
index 0d1a39d..7dc0700 100644
--- a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBSequenceDataQueryIT.java
+++ b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBSequenceDataQueryIT.java
@@ -84,7 +84,7 @@ public class IoTDBSequenceDataQueryIT {
     daemon.active();
     EnvironmentUtils.envSetUp();
 
-    Thread.sleep(5000);
+//    Thread.sleep(5000);
     insertData();
   }
 
@@ -132,7 +132,7 @@ public class IoTDBSequenceDataQueryIT {
         }
       }
 
-      statement.execute("flushMetadata");
+      statement.execute("flush");
 
       // insert data (time from 1200-1499)
       for (long time = 1200; time < 1500; time++) {