mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
Check error in datacoord server test (#8802)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user