Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei committed Oct 14, 2023
1 parent c64616b commit 27b4c0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/statistics/handle/lockstats/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ go_test(
timeout = "short",
srcs = [
"lock_stats_test.go",
"main_test.go",
"query_lock_test.go",
"unlock_stats_test.go",
],
Expand All @@ -36,13 +37,15 @@ go_test(
"//pkg/parser/mysql",
"//pkg/sessionctx",
"//pkg/statistics/handle/util",
"//pkg/testkit/testsetup",
"//pkg/types",
"//pkg/util/chunk",
"//pkg/util/mock",
"//pkg/util/sqlexec/mock",
"@com_github_pingcap_errors//:errors",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//util",
"@org_uber_go_goleak//:goleak",
"@org_uber_go_mock//gomock",
],
)

0 comments on commit 27b4c0e

Please sign in to comment.