Skip to content

Commit

Permalink
executor, tests: move some test cases from aggregate_test.go to `in…
Browse files Browse the repository at this point in the history
…tegrationtest` (#47234)

ref #47076
  • Loading branch information
SeaRise authored Sep 27, 2023
1 parent 99d9d41 commit c98f398
Show file tree
Hide file tree
Showing 4 changed files with 2,391 additions and 1,180 deletions.
5 changes: 1 addition & 4 deletions executor/test/aggregate/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ go_test(
],
data = glob(["testdata/**"]),
flaky = True,
shard_count = 39,
shard_count = 9,
deps = [
"//config",
"//executor/aggregate",
"//executor/internal",
"//parser/terror",
"//planner/core",
"//session",
"//sessionctx/variable",
"//testkit",
"//testkit/testdata",
"//testkit/testsetup",
Expand Down
Loading

0 comments on commit c98f398

Please sign in to comment.