Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#45127
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
wshwsh12 authored and ti-chi-bot committed Jul 5, 2023
1 parent 9d4f30d commit 1664b8a
Show file tree
Hide file tree
Showing 5 changed files with 1,530 additions and 0 deletions.
26 changes: 26 additions & 0 deletions executor/test/indexmergereadtest/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "indexmergereadtest_test",
timeout = "moderate",
srcs = [
"index_merge_reader_test.go",
"main_test.go",
],
flaky = True,
race = "on",
shard_count = 30,
deps = [
"//config",
"//meta/autoid",
"//testkit",
"//testkit/testutil",
"//util",
"//util/memory",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//tikv",
"@org_golang_x_exp//slices",
"@org_uber_go_goleak//:goleak",
],
)
Loading

0 comments on commit 1664b8a

Please sign in to comment.