提交 885b3745 authored 作者: Noel Grandin's avatar Noel Grandin

none of recovery tests work in memory mode

上级 8d1e4732
......@@ -37,6 +37,9 @@ public class TestRecovery extends TestBase {
@Override
public void test() throws Exception {
if (config.memory) {
return;
}
if (!config.mvStore) {
testRecoverTestMode();
}
......@@ -50,9 +53,6 @@ public class TestRecovery extends TestBase {
}
private void testRecoverTestMode() throws Exception {
if (config.memory) {
return;
}
String recoverTestLog = getBaseDir() + "/recovery.h2.db.log";
FileUtils.delete(recoverTestLog);
deleteDb("recovery");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论