Skip to content

Commit

Permalink
bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwangchao committed Jun 28, 2022
1 parent c672f4f commit c1d6853
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ddl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ go_test(
"integration_test.go",
"main_test.go",
"modify_column_test.go",
"multi_schema_change_test.go",
"options_test.go",
"partition_test.go",
"placement_policy_ddl_test.go",
Expand Down
1 change: 1 addition & 0 deletions sessionctx/sessionstates/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ go_library(
visibility = ["//visibility:public"],
deps = [
"//parser/types",
"//sessionctx/stmtctx",
"//types",
],
)
Expand Down
4 changes: 4 additions & 0 deletions sessionctx/stmtctx/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ go_library(
"//parser/ast",
"//parser/model",
"//parser/mysql",
"//parser/terror",
"//util/disk",
"//util/execdetails",
"//util/memory",
"//util/resourcegrouptag",
"//util/topsql/stmtstats",
"//util/tracing",
"@com_github_pingcap_errors//:errors",
"@com_github_tikv_client_go_v2//tikvrpc",
"@com_github_tikv_client_go_v2//util",
"@org_uber_go_atomic//:atomic",
Expand All @@ -32,9 +34,11 @@ go_test(
embed = [":stmtctx"],
deps = [
"//kv",
"//sessionctx/variable",
"//testkit",
"//testkit/testsetup",
"//util/execdetails",
"@com_github_pingcap_errors//:errors",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//util",
"@org_uber_go_goleak//:goleak",
Expand Down
1 change: 1 addition & 0 deletions sessiontxn/isolation/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ go_test(
"//testkit",
"//testkit/testsetup",
"@com_github_pingcap_errors//:errors",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_pingcap_kvproto//pkg/kvrpcpb",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//error",
Expand Down
1 change: 1 addition & 0 deletions tests/realtikvtest/sessiontest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ go_test(
"//kv",
"//meta/autoid",
"//parser",
"//parser/ast",
"//parser/auth",
"//parser/format",
"//parser/model",
Expand Down

0 comments on commit c1d6853

Please sign in to comment.