Skip to content

Commit d34e15c

Browse files
committed
roachtest: turn off backups in admission-control/multitenant-fairness
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
1 parent cf40a35 commit d34e15c

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)