Skip to content

Commit

Permalink
builtins: skip TestSerialNormalizationWithUniqueUnorderedID under dea…
Browse files Browse the repository at this point in the history
…dlock

This test is extremely slow -- it takes ~30s to run normally. The
addition of test-only verification pushed it over the edge, such that
running it under the deadlock detector would cause spurious failures,
so we skip it.

Closes #115541
Release note: None
  • Loading branch information
arulajmani committed Dec 6, 2023
1 parent 488edc6 commit 53d611b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/sem/builtins/builtins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func TestSerialNormalizationWithUniqueUnorderedID(t *testing.T) {

skip.UnderRace(t, "the test is too slow and the goodness of fit test "+
"assumes large N")
skip.UnderDeadlock(t, "the test is too slow")

ctx := context.Background()

Expand Down

0 comments on commit 53d611b

Please sign in to comment.