This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch insertValidate in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 48ee9759c419b9b39b476ec99ea156422c003858 Merge: 2328fd7b9c 16314af65a Author: HTHou <[email protected]> AuthorDate: Tue Jun 14 16:16:04 2022 +0800 Merge branch 'master' of https://github.com/apache/iotdb into insertValidate .../org/apache/iotdb/it/env/ClusterEnvConfig.java | 11 + .../java/org/apache/iotdb/it/env/ConfigNode.java | 1 + .../java/org/apache/iotdb/it/env/DataNode.java | 1 + .../org/apache/iotdb/itbase/env/BaseConfig.java | 16 + .../iotdb/db/it/aligned/AlignedWriteUtil.java | 8 +- .../db/it/aligned/IoTDBAlignedSeriesQueryIT.java | 16 +- .../db/it/aligned/IoTDBInsertAlignedValues2IT.java | 113 ++++++ .../db/it/aligned/IoTDBInsertAlignedValues3IT.java | 114 ++++++ .../db/it/aligned/IoTDBInsertAlignedValues4IT.java | 71 ++++ .../db/it/aligned/IoTDBInsertAlignedValuesIT.java | 286 +++++++++++++++ .../it/aligned/IoTDBLastQueryWithDeletion2IT.java | 74 ++++ ...heIT.java => IoTDBLastQueryWithDeletionIT.java} | 272 +++++++------- .../aligned/IoTDBLastQueryWithoutLastCacheIT.java | 16 +- ...DBLastQueryWithoutLastCacheWithDeletion2IT.java | 78 ++++ ...TDBLastQueryWithoutLastCacheWithDeletionIT.java | 77 ++++ ...BRawQueryWithoutValueFilterWithDeletion2IT.java | 77 ++++ ...DBRawQueryWithoutValueFilterWithDeletionIT.java | 404 +++++++++------------ .../iotdb/db/it/env/StandaloneEnvConfig.java | 16 + .../aligned/IoTDBInsertAlignedValuesIT.java | 391 -------------------- .../aligned/IoTDBLastQueryWithDeletion2IT.java | 80 ---- .../aligned/IoTDBLastQueryWithDeletionIT.java | 379 ------------------- ...DBLastQueryWithoutLastCacheWithDeletion2IT.java | 85 ----- ...TDBLastQueryWithoutLastCacheWithDeletionIT.java | 383 ------------------- ...BRawQueryWithoutValueFilterWithDeletion2IT.java | 83 ----- 24 files changed, 1263 insertions(+), 1789 deletions(-)
