Skip to content

Commit

Permalink
Merge 4284a71 into 2c97110
Browse files Browse the repository at this point in the history
  • Loading branch information
ghouscht authored Oct 2, 2024
2 parents 2c97110 + 4284a71 commit 93db8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdserver/api/v3compactor/periodic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func TestPeriodicSkipRevNotChange(t *testing.T) {

fc := clockwork.NewFakeClock()
rg := &fakeRevGetter{testutil.NewRecorderStreamWithWaitTimout(0), 0}
compactable := &fakeCompactable{testutil.NewRecorderStreamWithWaitTimout(10 * time.Millisecond)}
compactable := &fakeCompactable{testutil.NewRecorderStreamWithWaitTimout(20 * time.Millisecond)}
tb := newPeriodic(zaptest.NewLogger(t), fc, retentionDuration, rg, compactable)

tb.Run()
Expand Down

0 comments on commit 93db8bb

Please sign in to comment.