Skip to content

Commit

Permalink
Merge #113615
Browse files Browse the repository at this point in the history
113615: schemachanger: skip TestCompareLegacyAndDeclarative under stressrace r=rafiss a=rafiss

fixes #112301
Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Nov 2, 2023
2 parents 128e987 + 449d036 commit e35ea6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/schemachanger/schemachanger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@ func isPQErrWithCode(err error, codes ...pgcode.Code) bool {
func TestCompareLegacyAndDeclarative(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.UnderStressRace(t, "too slow under stress race")

ss := &staticSQLStmtLineProvider{
stmts: []string{
Expand Down

0 comments on commit e35ea6d

Please sign in to comment.