Browse Source

raft: add TODO

Blake Mizerany 11 years ago
parent
commit
706c6df2ce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      raft_test.go

+ 2 - 0
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