Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#46310
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
AilinKid authored and ti-chi-bot committed Aug 30, 2023
1 parent 9d4f30d commit 926e58f
Show file tree
Hide file tree
Showing 6 changed files with 5,099 additions and 0 deletions.
36 changes: 36 additions & 0 deletions executor/test/tiflashtest/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "tiflashtest_test",
timeout = "moderate",
srcs = [
"main_test.go",
"tiflash_test.go",
],
flaky = True,
race = "on",
shard_count = 39,
deps = [
"//config",
"//domain",
"//kv",
"//meta/autoid",
"//parser/terror",
"//planner/core",
"//store/mockstore",
"//store/mockstore/unistore",
"//testkit",
"//testkit/external",
"//util/dbterror/exeerrors",
"//util/memory",
"//util/tiflashcompute",
"@com_github_pingcap_errors//:errors",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_pingcap_kvproto//pkg/metapb",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//testutils",
"@com_github_tikv_client_go_v2//tikv",
"@io_opencensus_go//stats/view",
"@org_uber_go_goleak//:goleak",
],
)
Loading

0 comments on commit 926e58f

Please sign in to comment.