Skip to content

Commit 98d9e07

Browse files
craig[bot]miraradeva
andcommitted
Merge #150661
150661: roachtest: turn off backups in admission-control/multitenant-fairness r=miraradeva a=miraradeva This test was always supposed to be running with scheduled backups disabled, but since the option was passed only to the main cluster, it did not apply to the tenants. This commit passes the option to disable scheduled backups to the tenants as well. Fixes: #150542 Release note: None Co-authored-by: Mira Radeva <[email protected]>
2 parents cf40a35 + d34e15c commit 98d9e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/admission_control_multitenant_fairness.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func runMultiTenantFairness(
175175
node := virtualClusters[name]
176176
c.StartServiceForVirtualCluster(
177177
ctx, t.L(),
178-
option.StartVirtualClusterOpts(name, node),
178+
option.StartVirtualClusterOpts(name, node, option.NoBackupSchedule),
179179
install.MakeClusterSettings(),
180180
)
181181

0 commit comments

Comments
 (0)