You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2023/02/08 09:56:30 UTC

[iotdb] branch geely_car updated (d8fe1bf743 -> a4f5522531)

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

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


    from d8fe1bf743 Merge branch 'master' into geely_car
     add bf15fcac06 revert change for IoTConsensus follower wal
     add 302391ce82 Fix IT error by parallel suites (#9016)
     add a4f5522531 Merge branch 'master' into geely_car

No new revisions were added by this update.

Summary of changes:
 integration-test/pom.xml                           |   7 +-
 .../iotdb/it/env/cluster/MppCommonConfig.java      |   2 +-
 .../org/apache/iotdb/db/it/IoTDBSimpleQueryIT.java |  17 +-
 .../db/it/schema/IoTDBAutoCreateSchemaIT.java      |  48 +-
 .../it/schema/IoTDBCreateAlignedTimeseriesIT.java  |  55 +-
 .../db/it/schema/IoTDBCreateStorageGroupIT.java    |  71 +-
 .../db/it/schema/IoTDBDeactivateTemplateIT.java    | 288 ++++----
 .../it/schema/IoTDBDeleteAlignedTimeseriesIT.java  | 199 +++---
 .../db/it/schema/IoTDBDeleteTimeseriesIT.java      | 504 +++++++-------
 .../iotdb/db/it/schema/IoTDBSchemaTemplateIT.java  | 751 +++++++++++----------
 .../execution/executor/RegionWriteExecutor.java    |   8 +-
 .../scheduler/FragmentInstanceDispatcherImpl.java  |  22 +-
 .../java/org/apache/iotdb/db/wal/node/WALNode.java |  21 -
 13 files changed, 1008 insertions(+), 985 deletions(-)