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

--no commit message

--no commit message
上级 ef57ec15
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -137,7 +137,7 @@ public class TestOpenClose extends TestBase implements DatabaseEventListener { ...@@ -137,7 +137,7 @@ public class TestOpenClose extends TestBase implements DatabaseEventListener {
conn.createStatement().execute("create table employee(id int primary key, name varchar, salary int)"); conn.createStatement().execute("create table employee(id int primary key, name varchar, salary int)");
conn.close(); conn.close();
// previously using getSize(200, 1000); // previously using getSize(200, 1000);
// but for Ubuntu, the default ulimit is 1024, // but for Ubuntu, the default ulimit is 1024,
// which breaks the test // which breaks the test
int len = getSize(10, 50); int len = getSize(10, 50);
Thread[] threads = new Thread[len]; Thread[] threads = new Thread[len];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论