Skip to content

Commit 5bbb11e

Browse files
committed
logical: shard logical test package
We are seeing occasional package timeouts on CI. On my mac, sharding the package cuts the runtime from 110s to 44s which should eliminate the risk of bumping into the 5 minute timeouts on CI. Fixes: #151634 Fixes: #151170 Fixes: #151571 Fixes: #151468 Fixes: #151623 Fixes: #150903 Fixes: #150116 Release note: none
1 parent 2eb84bc commit 5bbb11e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/crosscluster/logical/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ go_test(
143143
],
144144
embed = [":logical"],
145145
exec_properties = {"test.Pool": "large"},
146+
shard_count = 5,
146147
deps = [
147148
"//pkg/base",
148149
"//pkg/ccl",

0 commit comments

Comments
 (0)