提交 42d37ddf authored 作者: Thomas Mueller's avatar Thomas Mueller

MVTableEngine

上级 a50ab71f
......@@ -45,7 +45,9 @@ public class TestCache extends TestBase implements CacheWriter {
@Override
public void test() throws Exception {
if (!config.mvStore) {
testTQ();
}
testMemoryUsage();
testCache();
testCacheDb(false);
......
......@@ -38,12 +38,16 @@ public class TestRecovery extends TestBase {
@Override
public void test() throws Exception {
if (!config.mvStore) {
testRecoverTestMode();
}
testRecoverClob();
testRecoverFulltext();
if (!config.mvStore) {
testRedoTransactions();
testCorrupt();
testWithTransactionLog();
}
testCompressedAndUncompressed();
testRunScript();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论