@@ -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
}
@@ -239,7 +238,6 @@ func TestRegionLivenessProberForLeases(t *testing.T) {
239
238
// multi-region. and enable region liveness for testing.
240
239
makeSettings := func () * cluster.Settings {
241
240
cs := cluster .MakeTestingClusterSettings ()
242
- instancestorage .ReclaimLoopInterval .Override (ctx , & cs .SV , 150 * time .Millisecond )
243
241
regionliveness .RegionLivenessEnabled .Override (ctx , & cs .SV , true )
244
242
return cs
245
243
}
@@ -484,7 +482,6 @@ func TestRegionLivenessProberForSQLInstances(t *testing.T) {
484
482
// multi-region. and enable region liveness for testing.
485
483
makeSettings := func () * cluster.Settings {
486
484
cs := cluster .MakeTestingClusterSettings ()
487
- // instancestorage.ReclaimLoopInterval.Override(ctx, &cs.SV, 150*time.Millisecond)
488
485
regionliveness .RegionLivenessEnabled .Override (ctx , & cs .SV , true )
489
486
instancestorage .PreallocatedCount .Override (ctx , & cs .SV , 1 )
490
487
return cs
0 commit comments