You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/03/21 07:55:34 UTC

[GitHub] [incubator-iotdb] Beyyes commented on a change in pull request #107: [IOTDB-50]fix bug IOTDB-50

Beyyes commented on a change in pull request #107: [IOTDB-50]fix bug IOTDB-50
URL: https://github.com/apache/incubator-iotdb/pull/107#discussion_r267648143
 
 

 ##########
 File path: tsfile/src/test/java/org/apache/iotdb/tsfile/read/ReadOnlyTsFileTest.java
 ##########
 @@ -111,6 +106,38 @@ public void queryTest() throws IOException {
       count++;
     }
     Assert.assertEquals(101, count);
+  }
 
+  @Test
+  public void test2() throws InterruptedException, WriteProcessException, IOException {
+    int minRowCount = 1000, maxRowCount=100000;
 
 Review comment:
   format

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services