提交 7b21381a authored 作者: Thomas Mueller's avatar Thomas Mueller

Ensure threads are stopped after the test finishes.

上级 b99aea62
......@@ -150,7 +150,7 @@ public class TestRandomSQL extends TestBase {
Thread.yield();
if (rand.indexOf("TRACE_LEVEL_") < 0 && rand.indexOf("COLLATION") < 0
&& rand.indexOf("SCRIPT ") < 0 && rand.indexOf("CSVWRITE") < 0
&& rand.indexOf("BACKUP") < 0) {
&& rand.indexOf("BACKUP") < 0 && rand.indexOf("DB_CLOSE_DELAY") < 0) {
if (showSQL) {
System.out.println(i + " " + rand);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论