mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver: fix test due to rebase
This commit is contained in:
@@ -836,7 +836,7 @@ func TestServerStopItself(t *testing.T) {
|
||||
Send: func(_ []raftpb.Message) {},
|
||||
Storage: &storageRecorder{},
|
||||
}
|
||||
s.Start()
|
||||
s.start()
|
||||
n.readyc <- raft.Ready{SoftState: &raft.SoftState{ShouldStop: true}}
|
||||
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user