Skip to content

Commit

Permalink
,.
Browse files Browse the repository at this point in the history
Signed-off-by: AilinKid <[email protected]>
  • Loading branch information
AilinKid committed Feb 19, 2024
1 parent bcc1d2a commit e9c7933
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions pkg/executor/test/executor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ go_test(
"main_test.go",
],
flaky = True,
<<<<<<< HEAD
shard_count = 50,
=======
shard_count = 47,
>>>>>>> 423834132da (parser, planner: fix embedded setOprStmt will be seen as SetOprSelectList item and lost its orderBy and Limit (#49421))
deps = [
"//pkg/config",
"//pkg/ddl",
Expand Down
4 changes: 0 additions & 4 deletions pkg/planner/core/casetest/physicalplantest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ go_test(
data = glob(["testdata/**"]),
flaky = True,
race = "on",
<<<<<<< HEAD
shard_count = 50,
=======
shard_count = 31,
>>>>>>> 423834132da (parser, planner: fix embedded setOprStmt will be seen as SetOprSelectList item and lost its orderBy and Limit (#49421))
deps = [
"//pkg/config",
"//pkg/domain",
Expand Down

0 comments on commit e9c7933

Please sign in to comment.