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

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


    from e4459b7  add comments
     new 38f27ec  fix tests in IoTDBAlignByDeviceIT
     new 17bb6b5  fix tests in TTLTest
     new f76ee46  fix tests in IoTDBCreateSnapshotIT
     new 295ccfa  fix tests in IoTDBQueryDemoIT
     new 84d00c5  fix tests in IoTDBLastIT
     new 3f175ed  fix loadTsFileTestWithAutoCreateSchema in 
IoTDBLoadExternalTsfileIT
     new fc2683b  fix testShowTimeseriesWithLimitOffset in IoTDBSimpleQueryIT
     new fcf492b  fix tests in IoTDBMetadataFetchIT
     new 308eea1  fix tests in IoTDBTtlIT
     new 199a8a1  fix tests in IoTDBTagIT
     new 600f552  fix tests in IoTDBSortedShowTimeseriesIT
     new 1516d4b  fix tests in IoTDBDisableAlignIT
     new d18a587  improve code style
     new 2436625  fix all tests in session
     new ebadece  Merge pull request #1794 from SteveYurongSu/KF

The 3998 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../engine/storagegroup/StorageGroupProcessor.java |  49 ++-
 .../org/apache/iotdb/db/metadata/MManager.java     |  13 +-
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  |  43 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  20 +-
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  28 +-
 .../iotdb/db/integration/IoTDBAlignByDeviceIT.java | 435 +++++++++------------
 .../db/integration/IoTDBCreateSnapshotIT.java      |  39 +-
 .../iotdb/db/integration/IoTDBDisableAlignIT.java  | 178 ++++-----
 .../apache/iotdb/db/integration/IoTDBLastIT.java   |  28 +-
 .../db/integration/IoTDBLoadExternalTsfileIT.java  |  41 +-
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java | 111 +++---
 .../iotdb/db/integration/IoTDBQueryDemoIT.java     | 191 +++++----
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   |  26 +-
 .../integration/IoTDBSortedShowTimeseriesIT.java   |  12 +-
 .../apache/iotdb/db/integration/IoTDBTagIT.java    | 104 +++--
 .../apache/iotdb/db/integration/IoTDBTtlIT.java    |  18 +-
 .../iotdb/session/IoTDBSessionComplexIT.java       |  54 ++-
 .../apache/iotdb/session/IoTDBSessionSimpleIT.java |  47 ++-
 .../java/org/apache/iotdb/session/SessionUT.java   |  26 +-
 19 files changed, 719 insertions(+), 744 deletions(-)

Reply via email to