mirror of https://github.com/milvus-io/milvus.git
Add segment info rand logic in test case (#5639)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/5779/head
parent
e9b282c0be
commit
f794ceb0cc
|
@ -275,6 +275,7 @@ func TestMasterService(t *testing.T) {
|
|||
Params.MetaRootPath = fmt.Sprintf("/%d/%s", randVal, Params.MetaRootPath)
|
||||
Params.KvRootPath = fmt.Sprintf("/%d/%s", randVal, Params.KvRootPath)
|
||||
Params.MsgChannelSubName = fmt.Sprintf("subname-%d", randVal)
|
||||
Params.DataServiceSegmentChannel = fmt.Sprintf("data-service-segment-%d", randVal)
|
||||
|
||||
err = core.Register()
|
||||
assert.Nil(t, err)
|
||||
|
|
Loading…
Reference in New Issue