Skip to content

Commit

Permalink
enable replication lag module
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Jun 7, 2024
1 parent 2a41f28 commit 69fe9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/throttler/throttler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ func TestThreadFinished_SecondCallPanics(t *testing.T) {

func TestThrottlerMaxLag(t *testing.T) {
fc := &fakeClock{}
throttler, _ := newThrottlerWithClock("test", "queries", 1, 1, ReplicationLagModuleDisabled, fc.now)
throttler, _ := newThrottlerWithClock("test", "queries", 1, 1, 10, fc.now)
defer throttler.Close()

ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 69fe9bb

Please sign in to comment.