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 2021/06/16 11:44:42 UTC

[iotdb] branch new_compaction updated (8aa5e69 -> 37873fa)

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

qiaojialin pushed a change to branch new_compaction
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 8aa5e69  add FakedTsFileResource
     add b13adfd  add TsFileResourceListTest
     new 37873fa  Merge pull request #3418 from apache/addTestTsFileResourceListTest

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../db/engine/storagegroup/TsFileResourceList.java |  2 +
 .../storagegroup/TsFileResourceListTest.java       | 90 ++++++++++++++++++++++
 2 files changed, 92 insertions(+)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileResourceListTest.java

[iotdb] 01/01: Merge pull request #3418 from apache/addTestTsFileResourceListTest

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 37873fa25d3345aca70c0f5da105c28b99cae8dd
Merge: 8aa5e69 b13adfd
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Wed Jun 16 06:44:21 2021 -0500

    Merge pull request #3418 from apache/addTestTsFileResourceListTest
    
    [To new_compaction] add TsFileResourceListTest

 .../db/engine/storagegroup/TsFileResourceList.java |  2 +
 .../storagegroup/TsFileResourceListTest.java       | 90 ++++++++++++++++++++++
 2 files changed, 92 insertions(+)