You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2019/09/18 02:04:30 UTC

[incubator-iotdb] branch dev_TTL updated: fix testTTLRead()

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

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


The following commit(s) were added to refs/heads/dev_TTL by this push:
     new cccb8f0  fix testTTLRead()
cccb8f0 is described below

commit cccb8f008673239cb96a77520011ac7d591a63f8
Author: 江天 <jt...@163.com>
AuthorDate: Wed Sep 18 10:04:20 2019 +0800

    fix testTTLRead()
---
 .../src/test/java/org/apache/iotdb/db/engine/storagegroup/TTLTest.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TTLTest.java b/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TTLTest.java
index b3afe79..d48a3d6 100644
--- a/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TTLTest.java
+++ b/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TTLTest.java
@@ -153,8 +153,6 @@ public class TTLTest {
   public void testTTLRead() throws IOException, StorageEngineException {
     prepareData();
 
-    storageGroupProcessor.merge(true);
-
     // files before ttl
     QueryDataSource dataSource = storageGroupProcessor.query(sg1, s1, EnvironmentUtils.TEST_QUERY_CONTEXT
         , null);