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

Test.

上级 2038f5f6
...@@ -40,7 +40,9 @@ public class TestFuzzOptimizations extends TestBase { ...@@ -40,7 +40,9 @@ public class TestFuzzOptimizations extends TestBase {
public void test() throws Exception { public void test() throws Exception {
deleteDb("optimizations"); deleteDb("optimizations");
conn = getConnection("optimizations"); conn = getConnection("optimizations");
testIn(); if (!config.diskResult) {
testIn();
}
testGroupSorted(); testGroupSorted();
testInSelect(); testInSelect();
conn.close(); conn.close();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论