mirror of https://github.com/milvus-io/milvus.git
Fix ut multi-remove the timer (#22021)
See also: #22019 Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/22026/head
parent
004a8c25ca
commit
a8db19fbdb
|
@ -190,7 +190,6 @@ func TestChannelManager_StateTransfer(t *testing.T) {
|
|||
nodeID: nodeID,
|
||||
}
|
||||
chManager.stateTimer.notifyTimeoutWatcher(e)
|
||||
chManager.stateTimer.stopIfExist(e)
|
||||
|
||||
waitAndCheckState(t, metakv, datapb.ChannelWatchState_ToRelease, nodeID, cName, collectionID)
|
||||
assert.Eventually(t, func() bool {
|
||||
|
|
Loading…
Reference in New Issue