Skip to content

Commit

Permalink
Merge #61957
Browse files Browse the repository at this point in the history
61957: rsg: don't test st_frechetdistance in randomized test r=rafiss a=rafiss

Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Mar 13, 2021
2 parents 4d44ddf + f059bbd commit bdff533
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/sql/tests/rsg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,11 @@ func TestRandomSyntaxFunctions(t *testing.T) {
continue
}
switch lower {
case
"pg_sleep":
case "pg_sleep":
continue
case "st_frechetdistance":
// Calculating the Frechet distance is slow and testing it here
// is not worth it.
continue
}
_, variations := builtins.GetBuiltinProperties(name)
Expand Down

0 comments on commit bdff533

Please sign in to comment.