etcdserver: fix test due to rebase

This commit is contained in:
Yicheng Qin
2014-10-01 12:51:40 -07:00
parent 182c8316e1
commit b64246720b

View File

@ -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 {