mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: fix readindex
This commit is contained in:
@@ -180,7 +180,7 @@ func TestNodeReadIndex(t *testing.T) {
|
||||
|
||||
r.step = appendStep
|
||||
wrequestCtx = []byte("somedata2")
|
||||
n.ReadIndex(context.TODO(), r.id, wrequestCtx)
|
||||
n.ReadIndex(context.TODO(), wrequestCtx)
|
||||
n.Stop()
|
||||
|
||||
if len(msgs) != 1 {
|
||||
|
||||
Reference in New Issue
Block a user