You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/02/06 02:42:47 UTC

[incubator-iotdb] branch jira_452 updated (5a06b8d -> 3b06b1f)

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

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


    from 5a06b8d  Add test
     add 3b06b1f  Extract series test util

No new revisions were added by this update.

Summary of changes:
 .../reader/series/SeriesAggregateReaderTest.java   | 119 +++++++++++++
 .../db/query/reader/series/SeriesReaderTest.java   | 188 +--------------------
 .../reader/series/SeriesTestUtil.java}             | 175 ++++++++-----------
 3 files changed, 194 insertions(+), 288 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/query/reader/series/SeriesAggregateReaderTest.java
 copy server/src/test/java/org/apache/iotdb/db/{engine/merge/MergeTest.java => query/reader/series/SeriesTestUtil.java} (57%)