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

Tests

上级 b04bfcec
......@@ -25,12 +25,10 @@ public class TestUndoLogMemory {
public static void main(String... args) throws Exception {
System.setProperty("h2.largeTransactions", "true");
int todoLargeRows;
new TestUndoLogMemory().test(10, "null");
new TestUndoLogMemory().test(100, "space(100000)");
// new TestUndoLogMemory().test(100000, "null");
// new TestUndoLogMemory().test(1000, "space(100000)");
// new TestUndoLogMemory().test(100000, "null");
// new TestUndoLogMemory().test(1000, "space(100000)");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论