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

To test recovery, append ;RECOVER_TEST=64 to the database URL.

上级 74e99362
...@@ -380,7 +380,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1` ...@@ -380,7 +380,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
System.setProperty("h2.lobInDatabase", "true"); System.setProperty("h2.lobInDatabase", "true");
System.setProperty("h2.analyzeAuto", "100"); System.setProperty("h2.analyzeAuto", "100");
System.setProperty("h2.pageSize", "64"); System.setProperty("h2.pageSize", "64");
System.setProperty("h2.reopenShift", "0"); System.setProperty("h2.reopenShift", "3");
RecordingFileSystem.register(); RecordingFileSystem.register();
test.record = true; test.record = true;
TestReopen reopen = new TestReopen(); TestReopen reopen = new TestReopen();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论