Skip to content

Commit fd3cf70

Browse files
author
jiong-nba
committed
pkg/executor,pkg/infoschema: add testutil bazel deps
1 parent b4c47e6 commit fd3cf70

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/executor/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ go_test(
498498
"//pkg/testkit/testfailpoint",
499499
"//pkg/testkit/testmain",
500500
"//pkg/testkit/testsetup",
501+
"//pkg/testkit/testutil",
501502
"//pkg/types",
502503
"//pkg/util",
503504
"//pkg/util/benchdaily",

pkg/infoschema/test/clustertablestest/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ go_test(
4141
"//pkg/testkit",
4242
"//pkg/testkit/external",
4343
"//pkg/testkit/testsetup",
44+
"//pkg/testkit/testutil",
4445
"//pkg/types",
4546
"//pkg/util/dbterror/exeerrors",
4647
"//pkg/util/gctuner",

0 commit comments

Comments
 (0)