Skip to content

Commit

Permalink
Merge #90302
Browse files Browse the repository at this point in the history
90302: backupccl: disable tenants in datadriven test r=stevendanna a=adityamaru

In #88271 we enabled most DD tests to run as tenants but we saw an uptick in timeouts on CI. This change disables these tests from being run as tenants while we dig into the timeouts.

Release note: None

Epic: none

Co-authored-by: adityamaru <[email protected]>
  • Loading branch information
craig[bot] and adityamaru committed Oct 20, 2022
2 parents 14a7b86 + f86a967 commit b1c147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/backupccl/datadriven_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (d *datadrivenTestState) addServer(t *testing.T, cfg serverCfg) error {
var cleanup func()
params := base.TestClusterArgs{}
params.ServerArgs.ExternalIODirConfig = cfg.ioConf
params.ServerArgs.DisableDefaultTestTenant = cfg.disableTenant
params.ServerArgs.DisableDefaultTestTenant = true
params.ServerArgs.Knobs = base.TestingKnobs{
JobsTestingKnobs: jobs.NewTestingKnobsWithShortIntervals(),
}
Expand Down

0 comments on commit b1c147d

Please sign in to comment.