提交 279516bb authored 作者: Thomas Mueller's avatar Thomas Mueller

MVStore: disable tests that don't apply

上级 39a2c357
...@@ -112,6 +112,9 @@ public class TestPageStore extends TestBase { ...@@ -112,6 +112,9 @@ public class TestPageStore extends TestBase {
} }
private void testLogLimit() throws Exception { private void testLogLimit() throws Exception {
if (config.mvStore) {
return;
}
deleteDb("pageStoreLogLimit"); deleteDb("pageStoreLogLimit");
Connection conn, conn2; Connection conn, conn2;
Statement stat, stat2; Statement stat, stat2;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论