Merge pull request #10203 from ping40/doc1022_2

raft: fix description in UT
release-3.4
Gyuho Lee 2018-10-24 23:21:02 -07:00 committed by GitHub
commit 965ba5ca8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -955,7 +955,7 @@ func TestCommitWithoutNewTermEntry(t *testing.T) {
// network recovery
tt.recover()
// elect 1 as the new leader with term 2
// elect 2 as the new leader with term 2
// after append a ChangeTerm entry from the current term, all entries
// should be committed
tt.send(pb.Message{From: 2, To: 2, Type: pb.MsgHup})
@ -2587,7 +2587,7 @@ func TestLeaderAppResp(t *testing.T) {
}
// When the leader receives a heartbeat tick, it should
// send a MsgApp with m.Index = 0, m.LogTerm=0 and empty entries.
// send a MsgHeartbeat with m.Index = 0, m.LogTerm=0 and empty entries.
func TestBcastBeat(t *testing.T) {
offset := uint64(1000)
// make a state machine with log.offset = 1000