提交 d1231f6a 编写于 作者: S samperson1997 提交者: Jialin Qiao

Fix test

上级 8146b87e
......@@ -27,8 +27,8 @@ public class MetadataConstant {
public static final String ROOT = "root";
public static final String METADATA_LOG = "mlog.txt";
public static final String TAG_LOG = "tlog.txt";
public static final String MTREE_SNAPSHOT = "mtree.v1.snapshot";
public static final String MTREE_SNAPSHOT_TMP = "mtree.v1.snapshot.tmp";
public static final String MTREE_SNAPSHOT = "mtree-v1.snapshot";
public static final String MTREE_SNAPSHOT_TMP = "mtree-v1.snapshot.tmp";
public static final short MNODE_TYPE = 0;
......
......@@ -68,7 +68,7 @@ public class IoTDBCreateSnapshotIT {
// create snapshot
statement.execute("CREATE SNAPSHOT FOR SCHEMA");
File snapshotFile = new File(config.getSchemaDir() + File.separator + "mtree.snapshot");
File snapshotFile = new File(config.getSchemaDir() + File.separator + "mtree-v1.snapshot");
// test snapshot file exists
Assert.assertTrue(snapshotFile.exists());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册