This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a change to branch IOTDB-3771
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 28c1d758b7 remove useless code
add aa14e95d3e add SnapshotTest
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
.../iotdb/db/engine/storagegroup/DataRegion.java | 9 ++
.../iotdb/db/engine/snapshot/SnapshotTest.java | 141 +++++++++++++++++++++
.../apache/iotdb/db/utils/EnvironmentUtils.java | 17 +++
4 files changed, 168 insertions(+), 1 deletion(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/engine/snapshot/SnapshotTest.java