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

MVTableEngine

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