We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
race
1 parent 3f03e60 commit b3de197Copy full SHA for b3de197
pkg/sql/vecindex/BUILD.bazel
@@ -50,6 +50,10 @@ go_test(
50
],
51
data = ["//pkg/sql/vecindex/cspann:features_10000"],
52
embed = [":vecindex"],
53
+ exec_properties = select({
54
+ "//build/toolchains:is_heavy": {"test.Pool": "large"},
55
+ "//conditions:default": {"test.Pool": "default"},
56
+ }),
57
deps = [
58
"//pkg/base",
59
"//pkg/ccl",
0 commit comments