mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
Fix unit test timeout (#16537)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
14724013ba
commit
1682dc49fc
@ -1163,6 +1163,7 @@ func TestLoadBalanceAndReschedulSegmentTaskAfterNodeDown(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestLoadBalanceAndRescheduleDmChannelTaskAfterNodeDown(t *testing.T) {
|
func TestLoadBalanceAndRescheduleDmChannelTaskAfterNodeDown(t *testing.T) {
|
||||||
|
defer removeAllSession()
|
||||||
refreshParams()
|
refreshParams()
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
queryCoord, err := startQueryCoord(ctx)
|
queryCoord, err := startQueryCoord(ctx)
|
||||||
@ -1214,9 +1215,6 @@ func TestLoadBalanceAndRescheduleDmChannelTaskAfterNodeDown(t *testing.T) {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
err = removeAllSession()
|
|
||||||
assert.Nil(t, err)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestMergeWatchDeltaChannelInfo(t *testing.T) {
|
func TestMergeWatchDeltaChannelInfo(t *testing.T) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user