提交 fe535f21 authored 作者: Noel Grandin's avatar Noel Grandin

fix accidental change

上级 f42e330f
...@@ -35,7 +35,7 @@ public class TestRandomSQL extends TestBase { ...@@ -35,7 +35,7 @@ public class TestRandomSQL extends TestBase {
return; return;
} }
config.memory = true; config.memory = true;
int len = 567897; // getSize(2, 6); int len = getSize(2, 6);
for (int a = 0; a < len; a++) { for (int a = 0; a < len; a++) {
int s = MathUtils.randomInt(Integer.MAX_VALUE); int s = MathUtils.randomInt(Integer.MAX_VALUE);
testCase(s); testCase(s);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论