Skip to content

Commit

Permalink
*: move session/nontransactional, expression/integration* test ca…
Browse files Browse the repository at this point in the history
…ses to `tests/integrationtest` (#47439)

close #47287
  • Loading branch information
Defined2014 authored Oct 8, 2023
1 parent 34cc339 commit 350e1c2
Show file tree
Hide file tree
Showing 18 changed files with 6,250 additions and 2,815 deletions.
31 changes: 0 additions & 31 deletions expression/integration_serial_test/BUILD.bazel

This file was deleted.

3 changes: 0 additions & 3 deletions expression/integration_serial_test/README.md

This file was deleted.

1,714 changes: 0 additions & 1,714 deletions expression/integration_serial_test/integration_serial_test.go

This file was deleted.

53 changes: 0 additions & 53 deletions expression/integration_serial_test/main_test.go

This file was deleted.

4 changes: 3 additions & 1 deletion expression/integration_test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go_test(
"main_test.go",
],
flaky = True,
shard_count = 27,
shard_count = 28,
deps = [
"//config",
"//domain",
Expand All @@ -34,8 +34,10 @@ go_test(
"//util/timeutil",
"//util/versioninfo",
"@com_github_pingcap_errors//:errors",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//oracle",
"@com_github_tikv_client_go_v2//tikv",
"@org_uber_go_goleak//:goleak",
],
Expand Down
1,932 changes: 1,572 additions & 360 deletions expression/integration_test/integration_test.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion session/nontransactionaltest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go_test(
"nontransactional_test.go",
],
flaky = True,
shard_count = 21,
shard_count = 3,
deps = [
"//config",
"//testkit",
Expand Down
Loading

0 comments on commit 350e1c2

Please sign in to comment.