Commit Graph

750 Commits

Author SHA1 Message Date
e3e1fb9026 server: clean up code for better understanding (#27877) 2021-09-26 10:30:46 +08:00
c01f1a3c5f config: change tidb_top_sql_agent_address to config top-sql.receiver-address (#28135) 2021-09-22 17:48:45 +08:00
680de922ed *: fix license header (#28085) 2021-09-17 22:26:41 +08:00
c891bf3baa server: migrate test-infra to testify for server/statistics_handler_test.go (#28029) 2021-09-16 15:10:43 +08:00
95ccea5296 server: Cleanup UNIX Socket file (#27886) 2021-09-16 11:42:42 +08:00
84ce75d2e8 server, session: Reduce noise from SELECT...FOR UPDATE NOWAIT (#26845) 2021-09-15 03:10:41 +08:00
b013ecba71 server: migrate test-infra to testify for server/driver_tidb_test.go (#27634) 2021-09-13 18:04:41 +08:00
7c6d04ca50 server: fix missing error metrics for some commands (#27963) 2021-09-13 17:28:40 +08:00
7ffe0ac177 server: do not overwrite the log of handshake error (#27962) 2021-09-13 10:24:39 +08:00
93a75d3f93 server: migrate test-infra to testify for server/util_test.go (#27846) 2021-09-13 08:34:39 +08:00
39a1b43666 *: fix some problems related to notNullFlag (#27697) 2021-09-09 11:04:38 +08:00
22c7d8b129 server: migrate test-infra to testify for server/conn_stmt_test.go (#27756) 2021-09-09 09:52:38 +08:00
d5fbf1bf70 server: Fix TestTLSAuto stability (#27744) 2021-09-02 11:54:14 +08:00
a85ed79d84 server: migrate test-infra to testify for server/conn_test.go (#27407) 2021-08-31 13:24:13 +08:00
d05660c834 config, server, executor: Reduce RSA keysize in testing (#27393) 2021-08-30 14:28:13 +08:00
635c46fdf6 server: column_test.go migrate tests to testify (#27362) 2021-08-20 11:24:01 +08:00
5f674e2547 *: Audit plugin should handle errors and stmt start (#27269) 2021-08-20 11:16:01 +08:00
af66129b1e go.mod: update parser (#27339) 2021-08-18 19:30:00 +08:00
8a1e9b93e2 server: migrate packetIO related tests to testify (#27042) 2021-08-18 12:39:59 +08:00
50572f1ab6 server: remove unused status api (master) (#27262) 2021-08-17 12:59:59 +08:00
7755d25aba *: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198) 2021-08-16 18:52:00 +08:00
da8bb5ea8c server: replace ioutil.TempDir by os.MkdirTemp (#27226) 2021-08-16 09:55:58 +08:00
124b825216 server: Split TestTLS (#27108) 2021-08-13 23:29:58 +08:00
73bb7dd2c6 *: Annotations and fixes related to gosec (#26907) 2021-08-09 22:27:15 +08:00
2079700321 server: use stmt should apply to subsequent stmts in multi-stmt mode (#26905) 2021-08-09 14:51:14 +08:00
03e25c3087 *: Add plan recreator executor framework (#26700) 2021-08-05 02:19:06 +08:00
15ca38632a server, test: add missing TearDownSuite() (#26891) 2021-08-04 15:57:07 +08:00
f0d4257ec0 util: Automatically create TLS certificates (#24141) 2021-08-04 15:29:08 +08:00
443e10066a ddl: make 'drop local temporary table' atomic (#26464) 2021-08-03 11:01:06 +08:00
638cfa692b server: fix the time format for TestTLS unit test (#26781) 2021-08-02 10:57:05 +08:00
34d43fb8c5 *: convert tikv.error which is returned by RegionCache.Locate to tidb.error (#26647) 2021-07-28 10:26:16 +08:00
0aee65ba55 server: make CI faster (#26546) 2021-07-27 13:02:16 +08:00
2b461e0ea7 executor: Support collecting information about retryable deadlocks to information_schema.deadlocks (#26140) 2021-07-22 17:54:14 +08:00
16d947d7cb server: Add status vars for NotAfter/NotBefore of TLS certs (#26132) 2021-07-21 16:17:35 +08:00
ecfdf703b2 *: make test TestCollectInternal stable (#26346) 2021-07-20 16:27:35 +08:00
84887df9aa privileges: use UPPER case for privileges in SHOW GRANT (#26360) 2021-07-20 13:31:34 +08:00
6314233cae *: add table storage info status api (#22859) 2021-07-19 15:29:34 +08:00
07c804bfab server: fix tests when tidb-server already listening (#26068) 2021-07-19 12:11:34 +08:00
2b192e3149 topsql: refine collect information for DDL and internal SQL (#26047) 2021-07-15 16:13:36 +08:00
a2fd92f720 server: add details to runTestInfoschemaClientErrors output (#26011) 2021-07-13 10:13:32 +08:00
c6680e999b *: update client-go and update mocktikv usages (#25911) 2021-07-09 10:57:32 +08:00
8885b70bfe types, expression: fix gotime.local problem (#25510) 2021-07-08 14:59:29 +08:00
383fb9a132 server: Unix Domain Socket not setting 'localhost' as host (#25914) 2021-07-06 23:53:29 +08:00
cb06e116c1 *: update the golangci-lint and fix all lint errors (#25912) 2021-07-05 13:43:27 +08:00
f23e1004ac *: Support for caching_sha2_password authentication (#24991) 2021-07-05 11:15:28 +08:00
f1a8e7d068 *: update tikv/client-go to improve failpoint performance issue (#25797) 2021-06-29 15:57:25 +08:00
6314fc53dc mockstore: move tidb redirector out of unistore and mocktikv (#25777) 2021-06-29 13:59:25 +08:00
9e8bb505e1 test: make test TestTopSQLCPUProfile stable by mock high cpu usage (#25702) 2021-06-25 19:55:24 +08:00
ddfc0bd8cf *: fix wrong resource tag of transaction commit statement (#25616) 2021-06-23 15:31:22 +08:00
9a2e5f99a6 test: make test TestTopSQLCPUProfile stable by avoid write conflict (#25681) 2021-06-23 11:45:22 +08:00