Skip to content

Commit bf87c95

Browse files
craig[bot]Nukitt
andcommitted
Merge #158391
158391: sql/ttl/ttljob: disable DRPC for `TestRowLevelTTLJobMultipleNodes` r=spilchen,shubhamdhama a=Nukitt Disabling DRPC in `TestRowLevelTTLJobMultipleNodes` test as its failing randomly when its enabled. Inconsistently reproducible(~2/3 runs it fails). Epic: None Fixes: #158317 Release note: none Co-authored-by: Nukitt <nukit.tailor@cockroachlabs.com>
2 parents ec1038c + 8146a98 commit bf87c95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/sql/ttl/ttljob/ttljob_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ func newRowLevelTTLTestJobTestHelper(
128128
Settings: makeSettings(),
129129
Knobs: baseTestingKnobs,
130130
InsecureWebAccess: true,
131+
// TODO(server): re-enable DRPC once flakiness is addressed, see #158387.
132+
DefaultDRPCOption: base.TestDRPCDisabled,
131133
},
132134
})
133135
th.testCluster = testCluster
@@ -593,7 +595,6 @@ INSERT INTO t (id, crdb_internal_expiration) VALUES (1, now() - '1 month'), (2,
593595
func TestRowLevelTTLJobMultipleNodes(t *testing.T) {
594596
defer leaktest.AfterTest(t)()
595597
defer log.Scope(t).Close(t)
596-
skip.WithIssue(t, 158317)
597598

598599
skip.UnderRace(t, "the test times out under race")
599600

0 commit comments

Comments
 (0)