Skip to content

Commit ffc74a5

Browse files
craig[bot]spilchen
andcommitted
Merge #137714
137714: ccl/multiregion: Skip backup tests under deadlock r=spilchen a=spilchen The TestAddRegionSucceedWithConcurrentBackupOps test has occasionally timed out when run with the --deadlock option. Since this increases runtime without yielding evidence of actual issues, I am disabling this mode to prevent further issues. Epic: none Closes #137520 Release note: none Co-authored-by: Matt Spilchen <[email protected]>
2 parents 6eb6d49 + aa5f937 commit ffc74a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ccl/multiregionccl/region_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ func testRegionAddDropWithConcurrentBackupOps(
924924
},
925925
) {
926926
skip.UnderRace(t, "times out under race")
927+
skip.UnderDeadlock(t)
927928

928929
testCases := []struct {
929930
name string

0 commit comments

Comments
 (0)