@@ -3349,8 +3349,8 @@ WITH resolved='100ms', min_checkpoint_frequency='1ns', no_initial_scan`)
33493349//
33503350// TODO: remove this test when the legacy schema changer is deprecated.
33513351func TestChangefeedSchemaChangeAllowBackfill_Legacy (t * testing.T ) {
3352- skip .WithIssue (t , 148858 ) // Also uses initial scan.
33533352 defer leaktest .AfterTest (t )()
3353+ skip .WithIssue (t , 148858 ) // Also uses initial scan.
33543354 defer log .Scope (t ).Close (t )
33553355
33563356 testutils .SetVModule (t , "kv_feed=2,changefeed_processors=2" )
@@ -5667,8 +5667,8 @@ func TestChangefeedResolvedNotice(t *testing.T) {
56675667}
56685668
56695669func TestChangefeedLowFrequencyNotices (t * testing.T ) {
5670- skip .WithIssue (t , 148858 ) // I think these notices have an issue
56715670 defer leaktest .AfterTest (t )()
5671+ skip .WithIssue (t , 148858 ) // I think these notices have an issue
56725672 defer log .Scope (t ).Close (t )
56735673
56745674 cluster , _ , cleanup := startTestCluster (t )
@@ -5732,8 +5732,8 @@ func TestChangefeedLowFrequencyNotices(t *testing.T) {
57325732// --- FAIL: TestChangefeedOutputTopics/pubsub_v2 (0.22s)
57335733// --- PASS: TestChangefeedOutputTopics/webhooks_does_not_emit_anything (0.24s)
57345734func TestChangefeedOutputTopics (t * testing.T ) {
5735- skip .WithIssue (t , 148858 ) // I don't know exactly what this is, could be real.
57365735 defer leaktest .AfterTest (t )()
5736+ skip .WithIssue (t , 148858 ) // I don't know exactly what this is, could be real.
57375737 defer log .Scope (t ).Close (t )
57385738
57395739 cluster , _ , cleanup := startTestCluster (t )
@@ -8430,8 +8430,8 @@ func TestChangefeedContinuousTelemetryDifferentJobs(t *testing.T) {
84308430
84318431// Fails: this could be something real
84328432func TestChangefeedHandlesDrainingNodes (t * testing.T ) {
8433- skip .WithIssue (t , 148858 ) // Doesn't use the default DB
84348433 defer leaktest .AfterTest (t )()
8434+ skip .WithIssue (t , 148858 ) // Doesn't use the default DB
84358435 defer log .Scope (t ).Close (t )
84368436
84378437 skip .UnderRace (t , "Takes too long with race enabled" )
@@ -8520,8 +8520,8 @@ func TestChangefeedHandlesDrainingNodes(t *testing.T) {
85208520// Verifies changefeed updates checkpoint when cluster undergoes rolling
85218521// restart.
85228522func TestChangefeedHandlesRollingRestart (t * testing.T ) {
8523- skip .WithIssue (t , 148858 ) // Doesn't use the default DB
85248523 defer leaktest .AfterTest (t )()
8524+ skip .WithIssue (t , 148858 ) // Doesn't use the default DB
85258525 defer log .Scope (t ).Close (t )
85268526 defer testingUseFastRetry ()()
85278527
@@ -9740,8 +9740,8 @@ func TestChangefeedOnErrorOption(t *testing.T) {
97409740}
97419741
97429742func TestDistSenderRangeFeedPopulatesVirtualTable (t * testing.T ) {
9743- skip .WithIssue (t , 148858 ) // Unwatched tables
97449743 defer leaktest .AfterTest (t )()
9744+ skip .WithIssue (t , 148858 ) // Unwatched tables
97459745 defer log .Scope (t ).Close (t )
97469746
97479747 scanner := keysutil .MakePrettyScanner (nil , nil )
@@ -10020,8 +10020,8 @@ func TestChangefeedOnlyInitialScan(t *testing.T) {
1002010020}
1002110021
1002210022func TestChangefeedOnlyInitialScanCSV (t * testing.T ) {
10023- skip .WithIssue (t , 148858 ) // Unwatched tables for first two cases
1002410023 defer leaktest .AfterTest (t )()
10024+ skip .WithIssue (t , 148858 ) // Unwatched tables for first two cases
1002510025 defer log .Scope (t ).Close (t )
1002610026
1002710027 tests := map [string ]struct {
@@ -10853,8 +10853,8 @@ func TestCreateChangefeedTelemetryLogs(t *testing.T) {
1085310853}
1085410854
1085510855func TestAlterChangefeedTelemetryLogs (t * testing.T ) {
10856- skip .WithIssue (t , 148858 ) // alter and stuff
1085710856 defer leaktest .AfterTest (t )()
10857+ skip .WithIssue (t , 148858 ) // alter and stuff
1085810858 defer log .Scope (t ).Close (t )
1085910859
1086010860 ctx := context .Background ()
@@ -11102,8 +11102,8 @@ func TestSchemachangeDoesNotBreakSinklessFeed(t *testing.T) {
1110211102}
1110311103
1110411104func TestChangefeedKafkaMessageTooLarge (t * testing.T ) {
11105- skip .WithIssue (t , 148858 ) // Unwatched tables for some
1110611105 defer leaktest .AfterTest (t )()
11106+ skip .WithIssue (t , 148858 ) // Unwatched tables for some
1110711107 defer log .Scope (t ).Close (t )
1110811108
1110911109 skip .UnderDuress (t , "prone to overload" )
@@ -12324,8 +12324,8 @@ WITH resolved='10ms', min_checkpoint_frequency='10ms', no_initial_scan`
1232412324// errors while managing its protected timestamp records will increment the
1232512325// manage PTS error counter.
1232612326func TestChangefeedProtectedTimestampUpdateError (t * testing.T ) {
12327- skip .WithIssue (t , 148858 ) // ?
1232812327 defer leaktest .AfterTest (t )()
12328+ skip .WithIssue (t , 148858 ) // ?
1232912329 defer log .Scope (t ).Close (t )
1233012330
1233112331 testFn := func (t * testing.T , s TestServer , f cdctest.TestFeedFactory ) {
0 commit comments