@@ -294,7 +294,7 @@ func TestBackupRestorePartitioned(t *testing.T) {
294294 // Disabled to run within tenant as certain MR features are not available to tenants.
295295 args := base.TestClusterArgs {
296296 ServerArgs : base.TestServerArgs {
297- DefaultTestTenant : base .TODOTestTenantDisabled ,
297+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142798 ) ,
298298 },
299299 ServerArgsPerNode : map [int ]base.TestServerArgs {
300300 0 : {
@@ -455,7 +455,7 @@ func TestBackupRestoreExecLocality(t *testing.T) {
455455 // Disabled to run within tenant as certain MR features are not available to tenants.
456456 args := base.TestClusterArgs {
457457 ServerArgs : base.TestServerArgs {
458- DefaultTestTenant : base .TODOTestTenantDisabled ,
458+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142798 ) ,
459459 },
460460 ServerArgsPerNode : map [int ]base.TestServerArgs {
461461 0 : {
@@ -4078,7 +4078,8 @@ func TestNonLinearChain(t *testing.T) {
40784078 defer cleanup ()
40794079
40804080 tc := testcluster .NewTestCluster (t , 1 , base.TestClusterArgs {ServerArgs : base.TestServerArgs {
4081- DefaultTestTenant : base .TODOTestTenantDisabled , ExternalIODir : dir , Knobs : base.TestingKnobs {
4081+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet (142798 ),
4082+ ExternalIODir : dir , Knobs : base.TestingKnobs {
40824083 JobsTestingKnobs : jobs .NewTestingKnobsWithShortIntervals (),
40834084 },
40844085 }})
@@ -6502,8 +6503,8 @@ func TestProtectedTimestampsFailDueToLimits(t *testing.T) {
65026503 // The meta table is used to track limits.
65036504 UseMetaTable : true ,
65046505 }
6505- // Test fails within a tenant. Tracked with #76378.
6506- params .ServerArgs .DefaultTestTenant = base .TODOTestTenantDisabled
6506+ // Test fails within a tenant.
6507+ params .ServerArgs .DefaultTestTenant = base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142798 )
65076508 tc := testcluster .StartTestCluster (t , 1 , params )
65086509 defer tc .Stopper ().Stop (ctx )
65096510 db := tc .ServerConn (0 )
@@ -9273,8 +9274,8 @@ func TestGCDropIndexSpanExpansion(t *testing.T) {
92739274 // This test hangs when run within a tenant. It's likely that
92749275 // the cause of the hang is the fact that we're waiting on the GC to
92759276 // complete, and we don't have visibility into the GC completing from
9276- // the tenant. More investigation is required. Tracked with #76378.
9277- DefaultTestTenant : base .TODOTestTenantDisabled ,
9277+ // the tenant. More investigation is required.
9278+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142798 ) ,
92789279 Knobs : base.TestingKnobs {
92799280 GCJob : & sql.GCJobTestingKnobs {
92809281 RunBeforePerformGC : func (id jobspb.JobID ) error {
@@ -9448,7 +9449,7 @@ func TestExcludeDataFromBackupAndRestore(t *testing.T) {
94489449 ServerArgs : base.TestServerArgs {
94499450 // Disabled to run within tenants because the function that sets up the restoring cluster
94509451 // has not been configured yet to run within tenants.
9451- DefaultTestTenant : base .TODOTestTenantDisabled ,
9452+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142798 ) ,
94529453 Knobs : base.TestingKnobs {
94539454 JobsTestingKnobs : jobs .NewTestingKnobsWithShortIntervals (), // speeds up test
94549455 SpanConfig : & spanconfig.TestingKnobs {
@@ -9549,8 +9550,8 @@ func TestExportRequestBelowGCThresholdOnDataExcludedFromBackup(t *testing.T) {
95499550 args := base.TestClusterArgs {
95509551 ServerArgs : base.TestServerArgs {
95519552 // Test fails when run within a tenant as zone config
9552- // updates are not allowed by default. Tracked with 73768.
9553- DefaultTestTenant : base .TODOTestTenantDisabled ,
9553+ // updates are not allowed by default.
9554+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142798 ) ,
95549555 },
95559556 }
95569557 args .ServerArgs .Knobs .Store = & kvserver.StoreTestingKnobs {
@@ -9654,8 +9655,8 @@ func TestExcludeDataFromBackupDoesNotHoldupGC(t *testing.T) {
96549655 params := base.TestClusterArgs {}
96559656 params .ServerArgs .ExternalIODir = dir
96569657 // Test fails when run within a tenant. More investigation is
9657- // required. Tracked with #76378.
9658- params .ServerArgs .DefaultTestTenant = base .TODOTestTenantDisabled
9658+ // required.
9659+ params .ServerArgs .DefaultTestTenant = base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142798 )
96599660 params .ServerArgs .Knobs .Store = & kvserver.StoreTestingKnobs {
96609661 DisableGCQueue : true ,
96619662 DisableLastProcessedCheck : true ,
0 commit comments