Commit Graph

18302 Commits

Author SHA1 Message Date
9c511f6d66 br/lightning: migrate test-infra to testify for common (#31932)
close pingcap/tidb#28236
2022-01-26 23:20:44 +08:00
5bb4be2257 br/pkg/backup: fix goroutine leak in test (#31962)
close pingcap/tidb#31961
2022-01-26 22:58:45 +08:00
b1155ee132 planner/core: migrate test-infra to testify for 'planner/core/stats_test.go' (#31970)
close pingcap/tidb#28399
2022-01-26 22:30:45 +08:00
e604fdcf7b sessionctx/stmtctx: fix data race in weak consistency test (#31989)
close pingcap/tidb#31965
2022-01-26 21:48:45 +08:00
76a9eeae18 sessionctx/binloginfo: fix goroutine leak in test (#31964)
close pingcap/tidb#31963
2022-01-26 21:32:45 +08:00
b83dc00302 session: fix goleak in the sendBatchRequest (#31991)
close pingcap/tidb#31990
2022-01-26 21:00:45 +08:00
93454da4c4 *: add show push down for ShowTables (#31919)
close pingcap/tidb#30803
2022-01-26 20:30:45 +08:00
6a53a03fad *: fix extra warnings about MockTiFlash (#31916)
close pingcap/tidb#31909
2022-01-26 20:08:45 +08:00
184b747091 tools/bin/ut: do not use the numactl command to run tests (#31891)
close pingcap/tidb#31890
2022-01-26 19:48:45 +08:00
f2dba0e14e *: migrate some collation tests to explain test (#31993)
ref pingcap/tidb#31625
2022-01-26 19:32:46 +08:00
f8dc790281 server: fix several unstable test cases when using 'make ut' (#31876)
close pingcap/tidb#30822
2022-01-26 19:18:45 +08:00
127df96479 ddl: fix a test case leak cause CI timeout (#31950)
close pingcap/tidb#30822
2022-01-26 18:50:46 +08:00
57beeef5e9 executor: dom.close() in test (#31984)
ref pingcap/tidb#31966
2022-01-26 18:26:45 +08:00
b2cb2e396b cmd/explaintest: migrate some collation tests (#31988)
ref pingcap/tidb#31625
2022-01-26 17:56:46 +08:00
ebf5961bc2 dumpling: support sql retry mechanism for meta conn (#30673)
close pingcap/tidb#29542
2022-01-26 17:22:45 +08:00
f885a7a3cb planner: support trace fast plan (#31926)
close pingcap/tidb#31763
2022-01-26 17:06:45 +08:00
257282f767 util/topsql: fix goroutine leak in test (#31959)
close pingcap/tidb#31960
2022-01-26 16:08:45 +08:00
8aaec2d32e types: return maxUint32 - 1 when overflow in convertToUint func (#29351)
close pingcap/tidb#29330
2022-01-26 15:18:45 +08:00
843935b8bc cmd: fix explain test error checking (#31986)
ref pingcap/tidb#31985
2022-01-26 15:04:45 +08:00
24e5fa1df0 planner/core: migrate test-infra to testify for 'planner/core/optimizer_test.go' (#31969)
close pingcap/tidb#28402
2022-01-26 14:36:45 +08:00
345a94e94f ddl: fix unstable test in the TestDomain (#31976)
ref pingcap/tidb#31966
2022-01-26 14:08:44 +08:00
c36ef357d8 table: remove some unused index functions (#31957)
ref pingcap/tidb#30437
2022-01-26 13:34:45 +08:00
11f4ca8020 planner/core: migrate test-infra to testify for planner/core/plan_test.go (#31939)
close pingcap/tidb#28390
2022-01-25 18:40:12 +08:00
bb42313355 br: refactor sendBackup (#31264)
ref pingcap/tidb#31374
2022-01-25 18:22:11 +08:00
2e39aacbda ddl, table: fix Duplicate partition field in list partition (#31953)
close pingcap/tidb#31784
2022-01-25 18:06:11 +08:00
3c797fdc64 *: fix data races in from MockTiFlash (#31836)
close pingcap/tidb#31830
2022-01-25 16:56:11 +08:00
f868024322 br/lightning: migrate chekpoints tests to testify (#31920)
close pingcap/tidb#28235
2022-01-25 16:28:11 +08:00
xhe
3cb5b7da45 ddl: fix error when batch create view (#31924)
close pingcap/tidb#31923
2022-01-25 16:10:12 +08:00
fa49483c70 parser: update doc links to tidb repo (#31944)
ref pingcap/tidb#28257
2022-01-25 15:16:11 +08:00
373f04140d tools/bin/ut: accelerate building test binary (#31882)
close pingcap/tidb#31880
2022-01-25 14:40:11 +08:00
9e928b2321 *: fix weak consistency not work (#31935)
close pingcap/tidb#31933
2022-01-25 14:24:11 +08:00
8fb83195c5 executor: migrate test-infra to testify for slow_query_test.go (#30521)
close pingcap/tidb#28615
2022-01-25 12:14:13 +08:00
6b85084bbb executor: fix DATA RACE in the TestAnalyzeParameters and other 3 test cases (#31931)
close pingcap/tidb#31930
2022-01-25 12:00:11 +08:00
39a8562541 executor: fix 'set config' string escaping (#31319)
close pingcap/tidb#31258
2022-01-25 11:26:11 +08:00
172701ce58 *: followers in information_schema.placement_policies should show default count when followers not set (#31927)
close pingcap/tidb#31702
2022-01-25 11:12:11 +08:00
8c5b04af8a doc, charset: add a chapter about how to add a new charset into tidb (#31848)
ref pingcap/tidb#31690
2022-01-25 09:56:12 +08:00
203ab22982 *: move the functions that only used in tests (#31929)
ref pingcap/tidb#28720
2022-01-24 22:08:11 +08:00
2d6386d43f *: fix data races in some other tests from TiFlash Cluster Manager (#31832)
close pingcap/tidb#31828, close pingcap/tidb#31829
2022-01-24 21:44:11 +08:00
2e1cff73f3 *: add ExecRestrictedSQL() func for RestrictedSQLExecutor interface (#31618)
ref pingcap/tidb#30918
2022-01-24 21:30:11 +08:00
98068fe6ca ddl: make several test cases stable for make ut (#31878)
close pingcap/tidb#31085
2022-01-24 18:28:11 +08:00
2fe6e81819 cmd/explaintest: add a flag '-d' to control new collation (#31853)
close pingcap/tidb#31660, close pingcap/tidb#31661
2022-01-24 18:08:10 +08:00
756f5a3b78 expression: support push down right/left to TiKV (#31847)
ref pingcap/tidb#31846
2022-01-24 17:26:11 +08:00
9ad0fa341a expression: pass the arg's nullable type to target type for cast function (#31400)
close pingcap/tidb#31399
2022-01-24 17:06:11 +08:00
18fc286fbf lightning: support charset for create schema (#31915)
close pingcap/tidb#31913
2022-01-24 16:36:11 +08:00
b228c189cc topsql: try to reduce Plan Not Available (#31549)
close pingcap/tidb#31548
2022-01-24 16:00:12 +08:00
ea7bc9766e dumpling: fix s3 compress writer (#30736)
close pingcap/tidb#30534
2022-01-24 15:26:11 +08:00
48a32aa323 topsql: fix typo (#31917)
ref pingcap/tidb#31716
2022-01-24 15:10:10 +08:00
e5e0af5a03 br/pkg/lightning/config: migrate test-infra to testify (#31912)
close pingcap/tidb#28237
2022-01-24 14:37:47 +08:00
416acd08e8 server: Improve failure message for unix socket issues (#31628)
close pingcap/tidb#30663
2022-01-24 12:49:47 +08:00
20d7589bf3 *: fix data race in the TestAnalyzeIncremental (#31908)
close pingcap/tidb#31907
2022-01-24 12:31:47 +08:00