@@ -2621,7 +2621,7 @@ func TestChangefeedExternalIODisabled(t *testing.T) {
26212621 }
26222622 ctx := context .Background ()
26232623 s , db , _ := serverutils .StartServer (t , base.TestServerArgs {
2624- DefaultTestTenant : base .TODOTestTenantDisabled ,
2624+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142799 ) ,
26252625 ExternalIODirConfig : base.ExternalIODirConfig {
26262626 DisableOutbound : true ,
26272627 },
@@ -4067,7 +4067,7 @@ func TestChangefeedCreateAuthorizationWithChangefeedPriv(t *testing.T) {
40674067
40684068 ctx := context .Background ()
40694069 s , db , _ := serverutils .StartServer (t , base.TestServerArgs {
4070- DefaultTestTenant : base .TODOTestTenantDisabled ,
4070+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142799 ) ,
40714071 Knobs : base.TestingKnobs {
40724072 JobsTestingKnobs : jobs .NewTestingKnobsWithShortIntervals (),
40734073 DistSQL : & execinfra.TestingKnobs {
@@ -8384,9 +8384,7 @@ func TestChangefeedHandlesDrainingNodes(t *testing.T) {
83848384
83858385 tc := serverutils .StartCluster (t , 4 , base.TestClusterArgs {
83868386 ServerArgs : base.TestServerArgs {
8387- // Test uses SPLIT AT, which isn't currently supported for
8388- // secondary tenants. Tracked with #76378.
8389- DefaultTestTenant : base .TODOTestTenantDisabled ,
8387+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet (142799 ),
83908388 UseDatabase : "test" ,
83918389 Knobs : knobs ,
83928390 ExternalIODir : sinkDir ,
@@ -8549,9 +8547,7 @@ func TestChangefeedHandlesRollingRestart(t *testing.T) {
85498547 return perNode
85508548 }(),
85518549 ServerArgs : base.TestServerArgs {
8552- // Test uses SPLIT AT, which isn't currently supported for
8553- // secondary tenants. Tracked with #76378.
8554- DefaultTestTenant : base .TODOTestTenantDisabled ,
8550+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet (142799 ),
85558551 },
85568552 })
85578553 defer tc .Stopper ().Stop (context .Background ())
@@ -8707,9 +8703,7 @@ func TestChangefeedTimelyResolvedTimestampUpdatePostRollingRestart(t *testing.T)
87078703 base.TestClusterArgs {
87088704 ServerArgsPerNode : perServerKnobs ,
87098705 ServerArgs : base.TestServerArgs {
8710- // Test uses SPLIT AT, which isn't currently supported for
8711- // secondary tenants. Tracked with #76378.
8712- DefaultTestTenant : base .TODOTestTenantDisabled ,
8706+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet (142799 ),
87138707 },
87148708 ReusableListenerReg : listenerReg ,
87158709 })
@@ -8802,9 +8796,7 @@ func TestChangefeedPropagatesTerminalError(t *testing.T) {
88028796 ServerArgsPerNode : perServerKnobs ,
88038797 ReplicationMode : base .ReplicationManual ,
88048798 ServerArgs : base.TestServerArgs {
8805- // Test uses SPLIT AT, which isn't currently supported for
8806- // secondary tenants. Tracked with #76378.
8807- DefaultTestTenant : base .TODOTestTenantDisabled ,
8799+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet (142799 ),
88088800 },
88098801 })
88108802 defer tc .Stopper ().Stop (context .Background ())
@@ -11309,7 +11301,7 @@ func TestChangefeedExecLocality(t *testing.T) {
1130911301 const nodes = 4
1131011302 args := base.TestClusterArgs {
1131111303 ServerArgs : base.TestServerArgs {
11312- DefaultTestTenant : base .TODOTestTenantDisabled , // need nodelocal and splits.
11304+ DefaultTestTenant : base .TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet ( 142799 ),
1131311305 },
1131411306 ServerArgsPerNode : map [int ]base.TestServerArgs {},
1131511307 }
0 commit comments