diff --git a/raft/storage_test.go b/raft/storage_test.go index 71f9ac9dffd3..6d075eafd740 100644 --- a/raft/storage_test.go +++ b/raft/storage_test.go @@ -210,6 +210,11 @@ func TestStorageAppend(t *testing.T) { werr error wentries []pb.Entry }{ + { + []pb.Entry{{Index: 1, Term: 1}, {Index: 2, Term: 2}}, + nil, + []pb.Entry{{Index: 3, Term: 3}, {Index: 4, Term: 4}, {Index: 5, Term: 5}}, + }, { []pb.Entry{{Index: 3, Term: 3}, {Index: 4, Term: 4}, {Index: 5, Term: 5}}, nil,