Commit Graph

14608 Commits

Author SHA1 Message Date
e4bf62affa ddl: add Test Case for /*T![placement] when create table (#28055) 2021-09-17 12:04:43 +08:00
acf7232069 go.mod: change github.com/uber-go/atomic to go.uber.org/atomic (#26508) 2021-09-17 11:42:42 +08:00
74c507b023 test: fix t.Parallel() is called in the range method but is not reinitialised (#27939) 2021-09-17 11:30:42 +08:00
64494c5c93 charset: comment a test to prevent it block ci (#28112) 2021-09-17 11:20:42 +08:00
33e989dd18 table/tables: migrate test-infra to testify for tables_test.go (#27902) 2021-09-17 11:02:42 +08:00
8d66cb4618 ddl: forbid dropping placement policy which is in use (#28057) 2021-09-17 10:48:42 +08:00
89a5e1b221 domain, session: use session pool for sv cache (#27967) 2021-09-17 10:32:42 +08:00
a99a768e34 ddl: make CI TestTruncatePartitionAndDropTable more stable (#28094) 2021-09-17 10:22:42 +08:00
b839744d09 types: migrate test-infra to testify for core_time_test.go (#28105) 2021-09-17 00:40:42 +08:00
56da9b9e04 types: migrate test-infra to testify for format_test.go (#28083) 2021-09-16 23:04:42 +08:00
8219011f5e br: remove .github config (#28090) 2021-09-16 21:22:43 +08:00
35ef52c77c types: migrate test-infra to testify for overflow_test.go (#28071) 2021-09-16 15:46:43 +08:00
f0339add9e types: migrate test-infra to testify for binary_literal_test.go (#28024) 2021-09-16 15:34:43 +08:00
2866e1dfd4 sessionctx: support session variable tidb_read_staleness (#27858) 2021-09-16 15:20:43 +08:00
c891bf3baa server: migrate test-infra to testify for server/statistics_handler_test.go (#28029) 2021-09-16 15:10:43 +08:00
463e6ba2e4 store: migrate test-infra to testify (#27993) 2021-09-16 14:58:43 +08:00
7b79dd1137 types: migrate test-infra to testify for errors_test.go (#28023) 2021-09-16 14:46:43 +08:00
c103310663 executor: fix wrong index hash join when hash col is enum (#28032) 2021-09-16 12:00:42 +08:00
95ccea5296 server: Cleanup UNIX Socket file (#27886) 2021-09-16 11:42:42 +08:00
c6de069d61 sessionctx, statistics: remove unused StatementContext.mu.histogramsNotLoad (#27928) 2021-09-16 11:30:42 +08:00
e4c58a298a expression/aggregation: migrate test-infra to testify for aggregation_test.go (#27911) 2021-09-16 10:00:42 +08:00
2bfce32b2a mockstore: remove unused code (#28063) 2021-09-16 09:46:42 +08:00
e262e59842 expression: refine and fix some functions' return type (#27991) 2021-09-15 15:46:41 +08:00
08d10db453 chore: fix make failpoint-enable/disable (#28018) 2021-09-15 15:08:41 +08:00
f710f3d9a3 executor: support selecting store by tidb_replica_read for stale read (#28033) 2021-09-15 14:52:41 +08:00
83445d626e expression: fix some problems related to flen (#27677) 2021-09-15 14:18:42 +08:00
b1dc110678 types: migrate test-infra to testify for compare_test.go (#28045) 2021-09-15 13:54:41 +08:00
b25a392113 bindinfo: migrate test-infra to testify(staging-1) (#27868) 2021-09-15 12:54:41 +08:00
01e1ceda08 expression, executor: fix license header (#28050) 2021-09-15 10:56:42 +08:00
0854595a69 util/encrypt: parallelize tests (#28046) 2021-09-15 09:38:41 +08:00
fd206f4f8d types: migrate test-infra to testify for fsp_test.go (#28044) 2021-09-15 09:22:41 +08:00
84ce75d2e8 server, session: Reduce noise from SELECT...FOR UPDATE NOWAIT (#26845) 2021-09-15 03:10:41 +08:00
8ef93e12f2 types: migrate test-infra to testify for enum_test.go (#28041) 2021-09-14 22:58:41 +08:00
6ebfe8aa42 test: remove created config file after test (#28039) 2021-09-14 19:28:41 +08:00
89617e20b2 txn: allow transaction set custom retrievers (#27847) 2021-09-14 16:08:41 +08:00
310fef18ed *: fix memory leak after dom.Close (#28027) 2021-09-14 15:54:41 +08:00
1bad3647cd store/gcworker: fix test data race (#27986) 2021-09-14 15:22:41 +08:00
efec5c3625 ddl: add some debug log for unstable test TestTruncatePartitionAndDropTable (#28014) 2021-09-14 14:36:40 +08:00
406ffe759c util/encrypt: migrate test-infra to testify (#28016) 2021-09-14 13:56:41 +08:00
193b74ecbb executor: rename txnScope as readReplicaScope instead (#27987) 2021-09-14 12:54:40 +08:00
b52f3efbe9 sessionctx: Fix SET GLOBAL tidb_skip_isolation_level_check=1 (#27898) 2021-09-14 12:32:41 +08:00
282357e6b7 executor: calling child.Open() after initialization for HashJoin (#27499) 2021-09-14 12:16:41 +08:00
33a6eee76b test: add variable character_set_connection into test session (#27943) 2021-09-14 11:22:42 +08:00
c26038ba5e sessionctx/variable: fix incorrect parallel tests (#27981) 2021-09-14 00:46:41 +08:00
9d3b67f450 sessionctx/context: fix comment typo to help generate godoc (#27901) 2021-09-13 18:16:40 +08:00
b013ecba71 server: migrate test-infra to testify for server/driver_tidb_test.go (#27634) 2021-09-13 18:04:41 +08:00
5441a031ac store/mockstore: migrate test-infra to testify for some files (#27724) 2021-09-13 17:52:40 +08:00
29fd989bb2 store/mockstore/unistore/lockstore, store/mockstore/unistore/util/lockwaiter: migrate test-infra to testify (#27705) 2021-09-13 17:38:40 +08:00
7c6d04ca50 server: fix missing error metrics for some commands (#27963) 2021-09-13 17:28:40 +08:00
ebd2cdbc5e store/mockstore/unistore/tikv: migrate test-infra to testify (#27728) 2021-09-13 17:08:40 +08:00