提交 4712d9f8 authored 作者: Thomas Mueller's avatar Thomas Mueller

Test

上级 ad83c1b6
...@@ -701,8 +701,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1` ...@@ -701,8 +701,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
new TestStringCache().runTest(this); new TestStringCache().runTest(this);
new TestStringUtils().runTest(this); new TestStringUtils().runTest(this);
new TestTools().runTest(this); new TestTools().runTest(this);
int test; new TestTreeMapStore().runTest(this);
// new TestTreeMapStore().runTest(this);
new TestTraceSystem().runTest(this); new TestTraceSystem().runTest(this);
new TestUpgrade().runTest(this); new TestUpgrade().runTest(this);
new TestUtils().runTest(this); new TestUtils().runTest(this);
......
...@@ -99,6 +99,9 @@ public class TestCases extends TestBase { ...@@ -99,6 +99,9 @@ public class TestCases extends TestBase {
} }
private void testLargeKeys() throws SQLException { private void testLargeKeys() throws SQLException {
if (config.memory) {
return;
}
deleteDb("cases"); deleteDb("cases");
Connection conn = getConnection("cases"); Connection conn = getConnection("cases");
Statement stat = conn.createStatement(); Statement stat = conn.createStatement();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论