提交 382930ab authored 作者: Noel Grandin's avatar Noel Grandin

enable TestRandomSQL on non-memory databases

上级 b67a0db7
...@@ -34,7 +34,6 @@ public class TestRandomSQL extends TestBase { ...@@ -34,7 +34,6 @@ public class TestRandomSQL extends TestBase {
if (config.networked) { if (config.networked) {
return; return;
} }
config.memory = true;
int len = 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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论