Skip to content

Commit

Permalink
util: set 50 shard_count (pingcap#37105)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 15, 2022
1 parent 612efa7 commit 39e00eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion executor/seqtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "seqtest_test",
timeout = "short",
timeout = "moderate",
srcs = [
"main_test.go",
"prepared_test.go",
"seq_executor_test.go",
],
flaky = True,
shard_count = 30,
deps = [
"//config",
"//ddl/testutil",
Expand Down
2 changes: 1 addition & 1 deletion util/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ go_test(
data = glob(["tls_test/**"]),
embed = [":util"],
flaky = True,
shard_count = 2,
shard_count = 50,
deps = [
"//config",
"//kv",
Expand Down

0 comments on commit 39e00eb

Please sign in to comment.