提交 9b098913 authored 作者: Thomas Mueller's avatar Thomas Mueller

Test.

上级 969346e7
......@@ -335,6 +335,8 @@ java org.h2.test.TestAll timer
printSystemInfo();
System.setProperty("h2.maxMemoryRowsDistinct", "128");
System.setProperty("h2.check2", "true");
System.setProperty("h2.delayWrongPasswordMin", "0");
System.setProperty("h2.delayWrongPasswordMax", "0");
// System.setProperty("h2.lobInDatabase", "true");
// test.nestedJoins = true;
......
......@@ -76,9 +76,12 @@ public class TestCrashAPI extends TestBase implements Runnable {
* @param a ignored
*/
public static void main(String... a) throws Exception {
System.setProperty("h2.delayWrongPasswordMin", "0");
System.setProperty("h2.delayWrongPasswordMax", "0");
TestBase.createCaller().init().test();
}
@SuppressWarnings("deprecation")
public void run() {
while (--maxWait > 0) {
try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论