Skip to content

Commit

Permalink
raftentry
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Feb 20, 2023
1 parent 02d2053 commit 10c507c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/kv/kvserver/replica_app_batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"github.com/cockroachdb/cockroach/pkg/testutils/echotest"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
"github.com/cockroachdb/redact"
"go.etcd.io/raft/v3/raftpb"
)

func TestAssertNoCmdClosedTimestampRegression(t *testing.T) {
Expand Down Expand Up @@ -51,7 +50,7 @@ func TestAssertNoCmdClosedTimestampRegression(t *testing.T) {
eng := storage.NewDefaultInMemForTesting()
defer eng.Close()
cmd := &replicatedCmd{ReplicatedCmd: raftlog.ReplicatedCmd{Entry: &raftlog.Entry{
Entry: raftpb.Entry{
RaftEntry: raftlog.RaftEntry{
Term: 1,
Index: 2,
Type: 3,
Expand Down

0 comments on commit 10c507c

Please sign in to comment.