提交 a50ab71f authored 作者: Thomas Mueller's avatar Thomas Mueller

MVTableEngine

上级 a9115701
...@@ -710,10 +710,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1` ...@@ -710,10 +710,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
// unit // unit
new TestAutoReconnect().runTest(this); new TestAutoReconnect().runTest(this);
if (!mvStore) { new TestCache().runTest(this);
// Caching is different; cache size not yet implemented
new TestCache().runTest(this);
}
new TestClearReferences().runTest(this); new TestClearReferences().runTest(this);
new TestCollation().runTest(this); new TestCollation().runTest(this);
new TestCompress().runTest(this); new TestCompress().runTest(this);
...@@ -743,10 +740,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1` ...@@ -743,10 +740,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
new TestPattern().runTest(this); new TestPattern().runTest(this);
new TestPgServer().runTest(this); new TestPgServer().runTest(this);
new TestReader().runTest(this); new TestReader().runTest(this);
if (!mvStore) { new TestRecovery().runTest(this);
// Recover is not yet fully implemented
new TestRecovery().runTest(this);
}
new TestSampleApps().runTest(this); new TestSampleApps().runTest(this);
new TestScriptReader().runTest(this); new TestScriptReader().runTest(this);
runTest("org.h2.test.unit.TestServlet"); runTest("org.h2.test.unit.TestServlet");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论