未验证 提交 2ea7c0af 编写于 作者: S sunby 提交者: GitHub

Check error in datacoord server test (#8802)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
上级 f6632acc
......@@ -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,
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册