Skip to content

Commit

Permalink
[skip e2e] Fix unstable ut (#27618)
Browse files Browse the repository at this point in the history
Signed-off-by: jaime <[email protected]>
  • Loading branch information
jaime0815 authored Oct 10, 2023
1 parent 0695c88 commit 86ed2fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/datanode/channel_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ func (s *ChannelManagerSuite) TestSubmitWatchAndRelease() {
err = s.manager.Submit(info)
s.NoError(err)

resp = s.manager.GetProgress(info)
s.Equal(info.GetOpID(), resp.GetOpID())
s.Equal(datapb.ChannelWatchState_ToRelease, resp.GetState())

opState = <-s.manager.communicateCh
s.NotNil(opState)
s.Equal(datapb.ChannelWatchState_ReleaseSuccess, opState.state)
Expand Down

0 comments on commit 86ed2fd

Please sign in to comment.