Skip to content

Commit

Permalink
*: enable race for more package (#43301)
Browse files Browse the repository at this point in the history
* *: enable race for more package

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* update

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* update

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* update

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

---------

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei authored Apr 23, 2023
1 parent ed485ca commit 66814ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ddl/failtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go_test(
"main_test.go",
],
flaky = True,
race = "on",
shard_count = 13,
deps = [
"//config",
Expand Down
1 change: 1 addition & 0 deletions disttask/framework/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go_test(
timeout = "short",
srcs = ["framework_test.go"],
flaky = True,
race = "on",
deps = [
"//disttask/framework/dispatcher",
"//disttask/framework/proto",
Expand Down
1 change: 1 addition & 0 deletions disttask/framework/scheduler/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ go_test(
],
embed = [":scheduler"],
flaky = True,
race = "on",
shard_count = 8,
deps = [
"//disttask/framework/proto",
Expand Down
1 change: 1 addition & 0 deletions disttask/framework/storage/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ go_test(
timeout = "short",
srcs = ["table_test.go"],
flaky = True,
race = "on",
shard_count = 3,
deps = [
":storage",
Expand Down

0 comments on commit 66814ac

Please sign in to comment.