mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
test: fix stream node panic caused by ctx canceled (#44285)
issue: #44284 Signed-off-by: Wei Liu <wei.liu@zilliz.com>
This commit is contained in:
parent
dfc2335144
commit
0cb262e1fb
@ -1056,6 +1056,12 @@ func TestProxy(t *testing.T) {
|
||||
fmt.Println(len(a))
|
||||
// HINT: the order of stopping service refers to the `roles.go` file
|
||||
log.Info("start to stop the services")
|
||||
{
|
||||
err := sn.Stop()
|
||||
assert.NoError(t, err)
|
||||
log.Info("stop StreamingNode")
|
||||
}
|
||||
|
||||
{
|
||||
err := mix.Stop()
|
||||
assert.NoError(t, err)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user