From 11912ecf87798c4a152b68996e5a5ed4a5b228cb Mon Sep 17 00:00:00 2001 From: AilinKid <314806019@qq.com> Date: Thu, 14 Dec 2023 15:20:57 +0800 Subject: [PATCH] . Signed-off-by: AilinKid <314806019@qq.com> --- pkg/executor/test/executor/BUILD.bazel | 2 +- pkg/planner/core/casetest/physicalplantest/BUILD.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/executor/test/executor/BUILD.bazel b/pkg/executor/test/executor/BUILD.bazel index 7443ac982b576..5f088f9a45836 100644 --- a/pkg/executor/test/executor/BUILD.bazel +++ b/pkg/executor/test/executor/BUILD.bazel @@ -8,7 +8,7 @@ go_test( "main_test.go", ], flaky = True, - shard_count = 46, + shard_count = 47, deps = [ "//pkg/config", "//pkg/ddl", diff --git a/pkg/planner/core/casetest/physicalplantest/BUILD.bazel b/pkg/planner/core/casetest/physicalplantest/BUILD.bazel index 5281d694291c3..94eabd31c64a9 100644 --- a/pkg/planner/core/casetest/physicalplantest/BUILD.bazel +++ b/pkg/planner/core/casetest/physicalplantest/BUILD.bazel @@ -10,7 +10,7 @@ go_test( data = glob(["testdata/**"]), flaky = True, race = "on", - shard_count = 30, + shard_count = 31, deps = [ "//pkg/config", "//pkg/domain",