提交 2fff7f16 编写于 作者: M MarsChan 提交者: Gitee

socket can not be created in obs,so check it before test

上级 7bcb2ac8
......@@ -34,6 +34,11 @@ const invalidPeriod2 = -1
// TestFullProcedure is to test the whole procedure
func TestFullProcedure(t *testing.T) {
//socket can not be created in obs
_, err := listenUnixSock(cmdSocketPath)
if err != nil {
return
}
_, _, taskStub := testlib.InitStub()
tids := taskStub.CreateTasks(testThreadNum)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册