Skip to content

Commit

Permalink
tests: update mysql-tester, move more tests to integration test (#48617)
Browse files Browse the repository at this point in the history
ref #45961
  • Loading branch information
Defined2014 authored Nov 16, 2023
1 parent 6144ddd commit 87e121f
Show file tree
Hide file tree
Showing 41 changed files with 2,010 additions and 1,162 deletions.
4 changes: 1 addition & 3 deletions pkg/bindinfo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,15 @@ go_test(
"main_test.go",
"optimize_test.go",
"session_handle_test.go",
"temptable_test.go",
],
embed = [":bindinfo"],
flaky = True,
race = "on",
shard_count = 42,
shard_count = 40,
deps = [
"//pkg/bindinfo/internal",
"//pkg/config",
"//pkg/domain",
"//pkg/errno",
"//pkg/metrics",
"//pkg/parser",
"//pkg/parser/auth",
Expand Down
90 changes: 0 additions & 90 deletions pkg/bindinfo/temptable_test.go

This file was deleted.

3 changes: 1 addition & 2 deletions pkg/bindinfo/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ go_test(
],
flaky = True,
race = "on",
shard_count = 28,
shard_count = 19,
deps = [
"//pkg/bindinfo",
"//pkg/bindinfo/internal",
"//pkg/config",
"//pkg/domain",
"//pkg/parser",
"//pkg/parser/auth",
"//pkg/parser/model",
"//pkg/parser/terror",
"//pkg/testkit",
Expand Down
Loading

0 comments on commit 87e121f

Please sign in to comment.