mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17144 from siyuanfoundation/livez-bp-3.4-e2e
[3.4] Backport e2e tests for livez/readyz.
This commit is contained in:
@@ -2179,6 +2179,7 @@ func (s *EtcdServer) apply(
|
||||
e := es[i]
|
||||
switch e.Type {
|
||||
case raftpb.EntryNormal:
|
||||
// gofail: var beforeApplyOneEntryNormal struct{}
|
||||
s.applyEntryNormal(&e)
|
||||
s.setAppliedIndex(e.Index)
|
||||
s.setTerm(e.Term)
|
||||
|
||||
Reference in New Issue
Block a user