Skip to content

Commit

Permalink
integration-tests/go-sql-server-driver: auto_gc_test.go: Bring down a…
Browse files Browse the repository at this point in the history
…mount of garbage produced by replication test to improve speed.
  • Loading branch information
reltuk committed Feb 22, 2025
1 parent 4ce49e6 commit 837ae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/go-sql-server-driver/auto_gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestAutoGC(t *testing.T) {
var s AutoGCTest
s.Enable = true
s.Replicate = true
enabled_16, final_16 = runAutoGCTest(t, &s, 256, 16)
enabled_16, final_16 = runAutoGCTest(t, &s, 64, 16)
assert.Contains(t, string(s.PrimaryServer.Output.Bytes()), "Successfully completed auto GC")
assert.Contains(t, string(s.StandbyServer.Output.Bytes()), "Successfully completed auto GC")
t.Logf("repo size before final gc: %v", enabled_16)
Expand Down

0 comments on commit 837ae43

Please sign in to comment.