Skip to content

Commit ba4fefb

Browse files
craig[bot]spilchen
andcommitted
Merge #153607
153607: sql/inspect: give test package more resources r=spilchen a=spilchen We have seen the inspect tests timeout when run during race. This adds more resources to those tests to try and avoid the timeout. Fixes #153349 Release note: none Epic: none Co-authored-by: Matt Spilchen <[email protected]>
2 parents 7d65e38 + 0231573 commit ba4fefb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/sql/inspect/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ go_test(
6060
"runner_test.go",
6161
],
6262
embed = [":inspect"],
63+
exec_properties = select({
64+
"//build/toolchains:is_heavy": {"test.Pool": "large"},
65+
"//conditions:default": {"test.Pool": "default"},
66+
}),
6367
deps = [
6468
"//pkg/base",
6569
"//pkg/keys",

0 commit comments

Comments
 (0)