You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/07/17 10:27:44 UTC

[incubator-iotdb] branch optimize_path updated (e298fc2 -> ea7e6a7)

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

geniuspig pushed a change to branch optimize_path
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from e298fc2  update test.
     add ea7e6a7  update test

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/MetadataManagerHelper.java     | 37 ++++++++--------
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  3 +-
 .../iotdb/db/metadata/MManagerBasicTest.java       | 50 +++++++++++-----------
 .../iotdb/db/metadata/MManagerImproveTest.java     |  3 +-
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  |  8 ++--
 .../apache/iotdb/db/qp/plan/SerializationTest.java |  9 ++--
 .../reader/series/SeriesAggregateReaderTest.java   |  2 +-
 .../reader/series/SeriesReaderByTimestampTest.java |  2 +-
 .../db/query/reader/series/SeriesReaderTest.java   |  2 +-
 .../query/reader/series/SeriesReaderTestUtil.java  | 34 +++++++++------
 .../apache/iotdb/db/writelog/PerformanceTest.java  |  9 ++--
 .../db/writelog/recover/DeviceStringTest.java      |  7 +--
 .../iotdb/db/writelog/recover/LogReplayerTest.java |  3 +-
 .../recover/RecoverResourceFromReaderTest.java     | 12 +++---
 .../db/writelog/recover/SeqTsFileRecoverTest.java  |  2 +-
 .../writelog/recover/UnseqTsFileRecoverTest.java   |  9 ++--
 16 files changed, 105 insertions(+), 87 deletions(-)