未验证 提交 a9b2e87b 编写于 作者: H HTHou

fix test

上级 71b47110
......@@ -52,6 +52,7 @@ public class WriteLogNodeTest {
public void setUp() throws Exception {
enableWal = config.isEnableWal();
config.setEnableWal(true);
config.setEnableVm(false);
EnvironmentUtils.envSetUp();
}
......@@ -59,6 +60,7 @@ public class WriteLogNodeTest {
public void tearDown() throws Exception {
EnvironmentUtils.cleanEnv();
config.setEnableWal(enableWal);
config.setEnableVm(true);
}
@Test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册