You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/01/30 05:01:18 UTC

[iotdb] branch accelerate_github_action updated (4ace9e0 -> 0b7edae)

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

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


    from 4ace9e0  merge sonar and coveralls
     add de0c59b  remove print output in some tests (#2604)
     add 04b0982  [IOTDB-1137] MNode.getLeafCount error when existing sub-device (#2602)
     add 27a0e65  Add compaction chunk test (#2586)
     add 97f1f2a  Merge remote-tracking branch 'origin/master' into accelerate_github_action
     add 0b7edae  fix coveralls

No new revisions were added by this update.

Summary of changes:
 .github/workflows/sonar_and_coverall.yml           |   2 +-
 pom.xml                                            |   9 +-
 .../engine/compaction/utils/CompactionUtils.java   |   4 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |   2 +-
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  |  27 +--
 .../db/engine/compaction/CompactionChunkTest.java  | 215 +++++++++++++++++++++
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |  33 +++-
 .../db/sync/receiver/load/FileLoaderTest.java      |   3 -
 .../org/apache/iotdb/tsfile/compress/GZIPTest.java |  13 +-
 .../encoding/decoder/LongRleDecoderTest.java       |  17 +-
 .../regular/RegularDataEncoderIntegerTest.java     |   2 -
 .../regular/RegularDataEncoderLongTest.java        |   2 -
 .../read/query/executor/QueryExecutorTest.java     |  17 +-
 .../iotdb/tsfile/read/reader/PageReaderTest.java   |   5 -
 .../apache/iotdb/tsfile/utils/BytesUtilsTest.java  |  13 +-
 15 files changed, 288 insertions(+), 76 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/engine/compaction/CompactionChunkTest.java