Skip to content

Commit

Permalink
release-23.1: sql/tests: fix test size of random syntax generation
Browse files Browse the repository at this point in the history
Previously, the test size of the RSG tests within
the nightly environment was not configured correctly.
While the nightly script sets a timeout its overwritten
by the value from the bazel files. As a result the
TestRandomSyntaxFunction fails in CI environments when
run using the nightly scripts. To address this, this
patch bumps the test size to enormous.

Fixes: #109068

Release note: None
  • Loading branch information
fqazi committed Aug 25, 2023
1 parent b151af8 commit 881584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ go_library(

go_test(
name = "tests_test",
size = "large",
size = "enormous",
srcs = [
"allow_role_memberships_to_change_during_transaction_test.go",
"autocommit_extended_protocol_test.go",
Expand Down

0 comments on commit 881584f

Please sign in to comment.