mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-10 08:49:43 -06:00
integration-tests/go-sql-server-driver: auto_gc_test.go: Bring down amount of garbage produced by replication test to improve speed.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user