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

attempt to mitigate "port in use" on Jenkins

上级 dd0eb08f
......@@ -45,12 +45,19 @@ public class TestPgServer extends TestBase {
config.memory = true;
config.mvStore = true;
config.mvcc = true;
// the sleeps are too mitigate "port in use" exceptions on Jenkins
testLowerCaseIdentifiers();
Thread.sleep(100);
testPgAdapter();
Thread.sleep(100);
testKeyAlias();
Thread.sleep(100);
testKeyAlias();
Thread.sleep(100);
testCancelQuery();
Thread.sleep(100);
testBinaryTypes();
Thread.sleep(100);
testPrepareWithUnspecifiedType();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论