Skip to content

Commit

Permalink
Merge branch 'master' into enable_race_and_update_config
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Jun 9, 2022
2 parents 65b4925 + 355d66d commit 75911f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions planner/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ go_test(
],
data = glob(["testdata/**"]),
embed = [":core"],
flaky = True,
shard_count = 50,
deps = [
"//config",
"//ddl",
Expand Down
1 change: 1 addition & 0 deletions util/watcher/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ go_test(
name = "watcher_test",
srcs = ["watcher_test.go"],
embed = [":watcher"],
flaky = True,
deps = ["@com_github_stretchr_testify//require"],
)

0 comments on commit 75911f5

Please sign in to comment.