Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <admin@liudos.us>
  • Loading branch information
lhy1024 committed May 6, 2023
1 parent 4ca4b7e commit 12b1b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/etcdutil/etcdutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func (lw *LoopWatcher) StartWatchLoop() {
zap.Error(err))
watchStartRevision = nextRevision
time.Sleep(lw.watchChangeRetryInterval)
failpoint.Inject("updateClient", func(val failpoint.Value) {
failpoint.Inject("updateClient", func() {
lw.client = <-lw.updateClientCh
})
}
Expand Down

0 comments on commit 12b1b1f

Please sign in to comment.