Skip to content

Commit

Permalink
test: enable race for with real tikv (#37602)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei committed Sep 5, 2022
1 parent 4ce539b commit a942121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ddl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ go_library(
"//util/collate",
"//util/dbterror",
"//util/domainutil",
"//util/filter",
"//util/gcutil",
"//util/hack",
"//util/logutil",
Expand Down
1 change: 1 addition & 0 deletions tests/realtikvtest/statisticstest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go_test(
"statistics_test.go",
],
flaky = True,
race = "on",
deps = [
"//statistics/handle",
"//testkit",
Expand Down
1 change: 1 addition & 0 deletions tests/realtikvtest/txntest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ go_test(
"txn_test.go",
],
flaky = True,
race = "on",
deps = [
"//expression",
"//kv",
Expand Down

0 comments on commit a942121

Please sign in to comment.