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

[iotdb] branch master updated (ed34105697 -> 302391ce82)

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

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


    from ed34105697 [IOTDB-5498] Fix SessionPool OOM when the numbers of devices and sessions are large (#9012)
     add 302391ce82 Fix IT error by parallel suites (#9016)

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 +++++++++++----------
 10 files changed, 993 insertions(+), 949 deletions(-)