diff --git a/raft_test.go b/raft_test.go index 7e8e2345c..073454bec 100644 --- a/raft_test.go +++ b/raft_test.go @@ -91,6 +91,8 @@ func TestOldMessages(t *testing.T) { } } +// TestOldMessagesReply - optimization - reply with new term. + func TestProposal(t *testing.T) { tests := []struct { *network