Skip to content

Commit 4582d77

Browse files
craig[bot]rafiss
andcommitted
Merge #152394
152394: schemachanger: don't run TestAlterTableDMLInjection with t.Parallel r=rafiss a=rafiss Under deadlock/race configurations, this can add too much load to the test runner. fixes #152254 fixes #152339 fixes #152258 fixes #152255 fixes #152256 fixes #152252 fixes #152411 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents ed94f30 + e08858c commit 4582d77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/sql/schemachanger/dml_injection_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ func TestAlterTableDMLInjection(t *testing.T) {
563563
ctx := context.Background()
564564
for _, tc := range testCases {
565565
t.Run(tc.desc, tc.capture(func(t *testing.T, tc testCase) {
566-
t.Parallel() // SAFE FOR TESTING
567566
if issue := tc.skipIssue; issue != 0 {
568567
skip.WithIssue(t, issue)
569568
}

0 commit comments

Comments
 (0)