Skip to content

Commit

Permalink
fix bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Aug 29, 2023
1 parent 11b5de1 commit c14a836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions disttask/importinto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,22 @@ go_test(
timeout = "short",
srcs = [
"dispatcher_test.go",
"planner_test.go",
"subtask_executor_test.go",
],
embed = [":importinto"],
flaky = True,
race = "on",
shard_count = 4,
deps = [
"//br/pkg/lightning/verification",
"//disttask/framework/planner",
"//disttask/framework/proto",
"//disttask/framework/storage",
"//domain/infosync",
"//executor/importer",
"//parser/model",
"//parser/mysql",
"//testkit",
"//util/logutil",
"@com_github_ngaut_pools//:pools",
Expand Down

0 comments on commit c14a836

Please sign in to comment.