Skip to content

Commit

Permalink
*: fix check-2 to bazel
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Aug 11, 2022
1 parent 46c56c2 commit 57951f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sessionctx/variable/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ go_library(
"//util/collate",
"//util/dbterror",
"//util/execdetails",
"//util/kvcache",
"//util/logutil",
"//util/mathutil",
"//util/memory",
Expand Down Expand Up @@ -86,6 +87,7 @@ go_test(
"//parser/auth",
"//parser/mysql",
"//parser/terror",
"//planner/core",
"//sessionctx/stmtctx",
"//testkit/testsetup",
"//util/execdetails",
Expand Down
1 change: 0 additions & 1 deletion tests/realtikvtest/sessiontest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_test(
"session_fail_test.go",
],
flaky = True,
shard_count = 50,
deps = [
"//config",
"//executor",
Expand Down

0 comments on commit 57951f6

Please sign in to comment.