You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/12/24 07:56:56 UTC

[iotdb] branch TimeSeriesMetadataCacheBugMaster updated (b0c6ce0 -> 78f3b16)

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

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


    from b0c6ce0  try to fix
     add 78f3b16  fix ci

No new revisions were added by this update.

Summary of changes:
 .../tsfile/read/TimeSeriesMetadataReadTest.java    | 83 ++++++++++++++++++++++
 .../tsfile/read/TsFileSequenceReaderTest.java      | 39 ----------
 .../apache/iotdb/tsfile/utils/FileGenerator.java   | 10 ++-
 3 files changed, 90 insertions(+), 42 deletions(-)
 create mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/read/TimeSeriesMetadataReadTest.java