mirror of https://github.com/milvus-io/milvus.git
Check error in datacoord server test (#8802)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/8629/head
parent
f6632acc4c
commit
2ea7c0af25
|
@ -316,7 +316,8 @@ func TestGetInsertBinlogPaths(t *testing.T) {
|
|||
},
|
||||
},
|
||||
}
|
||||
svr.meta.AddSegment(NewSegmentInfo(info))
|
||||
err := svr.meta.AddSegment(NewSegmentInfo(info))
|
||||
assert.Nil(t, err)
|
||||
req := &datapb.GetInsertBinlogPathsRequest{
|
||||
SegmentID: 0,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue