Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#53298
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
hawkingrei authored and ti-chi-bot committed May 31, 2024
1 parent d9c5bf6 commit fdeed1b
Show file tree
Hide file tree
Showing 3 changed files with 1,165 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ddl/metadatalocktest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,22 @@ go_test(
flaky = True,
shard_count = 34,
deps = [
<<<<<<< HEAD:ddl/metadatalocktest/BUILD.bazel
"//config",
"//ddl",
"//errno",
"//server",
"//testkit",
"//testkit/testsetup",
"//util/logutil",
=======
"//pkg/config",
"//pkg/parser/model",
"//pkg/parser/mysql",
"//pkg/statistics/handle/internal",
"//pkg/testkit",
"//pkg/testkit/testsetup",
>>>>>>> 687f39c12f8 (statistics: fix wrong behavior for primary key' non-lite init stats (#53298)):pkg/statistics/handle/handletest/statstest/BUILD.bazel
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_stretchr_testify//require",
"@org_uber_go_goleak//:goleak",
Expand Down
Loading

0 comments on commit fdeed1b

Please sign in to comment.