@@ -76,7 +76,6 @@ func TestRegionLivenessProber(t *testing.T) {
76
76
// multi-region. and enable region liveness for testing.
77
77
makeSettings := func () * cluster.Settings {
78
78
cs := cluster .MakeTestingClusterSettings ()
79
- instancestorage .ReclaimLoopInterval .Override (ctx , & cs .SV , 150 * time .Millisecond )
80
79
regionliveness .RegionLivenessEnabled .Override (ctx , & cs .SV , true )
81
80
return cs
82
81
}
@@ -241,7 +240,6 @@ func TestRegionLivenessProberForLeases(t *testing.T) {
241
240
// multi-region. and enable region liveness for testing.
242
241
makeSettings := func () * cluster.Settings {
243
242
cs := cluster .MakeTestingClusterSettings ()
244
- instancestorage .ReclaimLoopInterval .Override (ctx , & cs .SV , 150 * time .Millisecond )
245
243
regionliveness .RegionLivenessEnabled .Override (ctx , & cs .SV , true )
246
244
return cs
247
245
}
@@ -478,7 +476,6 @@ func TestRegionLivenessProberForSQLInstances(t *testing.T) {
478
476
// multi-region. and enable region liveness for testing.
479
477
makeSettings := func () * cluster.Settings {
480
478
cs := cluster .MakeTestingClusterSettings ()
481
- // instancestorage.ReclaimLoopInterval.Override(ctx, &cs.SV, 150*time.Millisecond)
482
479
regionliveness .RegionLivenessEnabled .Override (ctx , & cs .SV , true )
483
480
instancestorage .PreallocatedCount .Override (ctx , & cs .SV , 1 )
484
481
return cs
0 commit comments