From a8db19fbdbfd1f8e33daf7557ed71e61f68941eb Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Tue, 7 Feb 2023 14:15:54 +0800 Subject: [PATCH] Fix ut multi-remove the timer (#22021) See also: #22019 Signed-off-by: yangxuan --- internal/datacoord/channel_manager_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/datacoord/channel_manager_test.go b/internal/datacoord/channel_manager_test.go index 0f3c5588f6..5892af1ef2 100644 --- a/internal/datacoord/channel_manager_test.go +++ b/internal/datacoord/channel_manager_test.go @@ -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 {