提交 66898fef authored 作者: andrei's avatar andrei

oops

上级 a016031b
......@@ -41,13 +41,7 @@ public class TestConcurrent extends TestMVStore {
* @param a ignored
*/
public static void main(String... a) throws Exception {
TestBase init = TestBase.createCaller().init();
init.config.memory = true;
init.config.multiThreaded = true;
for (int i = 0; i < 1000; i++) {
System.out.println("Pass #" + i);
init.test();
}
TestBase.createCaller().init().test();
}
@Override
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论