Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit d144209

Browse files
authored
chg/bzl: shard graphqlbackend go tests (#61251)
1 parent a7130f9 commit d144209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/frontend/graphqlbackend/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ go_test(
465465
# graphqlbackend_test.go opens itself during its test, so we need to make it available.
466466
data = ["graphqlbackend_test.go"],
467467
embed = [":graphqlbackend"],
468+
shard_count = 2,
468469
tags = [
469470
# Test requires localhost database
470471
"requires-network",

0 commit comments

Comments
 (0)