Skip to content

Commit

Permalink
*: remove redundant go_test (#50812)
Browse files Browse the repository at this point in the history
close #50799
  • Loading branch information
hawkingrei authored Jan 30, 2024
1 parent 66401b5 commit 62e6bb3
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions pkg/executor/sortexec/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,18 @@ go_library(
],
)

go_test(
name = "sort_exec_test",
timeout = "short",
srcs = ["sort_test.go"],
flaky = True,
shard_count = 6,
deps = [
"//pkg/config",
"//pkg/sessionctx/variable",
"//pkg/testkit",
"//pkg/util",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_stretchr_testify//require",
],
)

go_test(
name = "sortexec_test",
timeout = "short",
srcs = [
"benchmark_test.go",
"sort_spill_test.go",
"sort_test.go",
"sortexec_pkg_test.go",
],
embed = [":sortexec"],
flaky = True,
shard_count = 6,
deps = [
"//pkg/config",
"//pkg/executor/internal/exec",
Expand Down

0 comments on commit 62e6bb3

Please sign in to comment.