Skip to content

Commit

Permalink
Merge #84213 #84390
Browse files Browse the repository at this point in the history
84213: authors: add aadityasondhi to authors r=aadityasondhi a=aadityasondhi

Release note: None

84390: sql/tests: skip crdb_internal.request_statement_bundle in test r=maryliag a=rafiss

fixes #82971

This isn't useful to test and confuses the randomized test.

Release note: None

Co-authored-by: Aaditya Sondhi <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
3 people committed Jul 14, 2022
3 parents 6ea03b9 + 2a9f452 + 832e2f5 commit 5aeea79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Please keep the list sorted.

1lann <[email protected]>
Aaditya Sondhi <[email protected]>
Aaditya Sondhi <[email protected]> <[email protected]>
Aaron Blum <[email protected]>
Aaron Dunnington <[email protected]> aarondunnington <[email protected]>
Aaron Zinger <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion pkg/sql/tests/rsg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ func TestRandomSyntaxFunctions(t *testing.T) {
// Some spatial function are slow and testing them here
// is not worth it.
continue
case "crdb_internal.reset_sql_stats", "crdb_internal.check_consistency":
case "crdb_internal.reset_sql_stats",
"crdb_internal.check_consistency",
"crdb_internal.request_statement_bundle":
// Skipped due to long execution time.
continue
}
Expand Down

0 comments on commit 5aeea79

Please sign in to comment.