Commit Graph

194 Commits

Author SHA1 Message Date
e707e1239f *: Fix coverage test fail (#21449) 2020-12-03 12:17:17 +08:00
b3f8be7d3c *: update pingcap/errors (#21352) 2020-11-30 11:58:29 +08:00
272f964031 executor: support global kill (#17649) 2020-10-27 19:39:20 +08:00
f750afb321 *: introduce errors documentation generator to generate errors.toml (#20516)
Signed-off-by: Lonng <heng@lonng.org>
2020-10-21 15:54:38 +08:00
ad94571c1e *: make failpoint-disable before make clean (#20428)
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
2020-10-14 14:10:25 +08:00
2a3a5ab076 *: disable new partition prune in master distribution (#19911) 2020-09-14 16:26:54 +08:00
5435980006 store/tikv: implement async commit version of resolve locks (#18467) 2020-09-09 08:09:51 +08:00
bdb673f5a2 build: support set timeout for make go test (#19285) 2020-09-01 20:26:48 +08:00
a141f21247 build: remove useless command (#19221)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
Co-authored-by: tangenta <tangenta@126.com>
2020-08-20 16:43:58 +08:00
cc82030d2b Makefile: fix build datetime (#19078)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
Co-authored-by: tiancaiamao <tiancaiamao@gmail.com>
2020-08-17 20:23:44 +08:00
436f5f15b7 Add testpkg target for Makefile to test single package (#18962) 2020-08-11 12:35:36 +08:00
931ff98df5 simple fixes for the staticcheck linter (#18923)
Note that this found 2 bugs where errors were being silently ignored.

These are really simple fixes that didn't require much thought.
There are still more staticcheck warnings that should be fixed.

Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-08-06 13:38:17 +08:00
8a6554a21f telemetry: disable telemetry by default for non-community edition (#18524)
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
2020-07-15 11:37:36 +08:00
e2001329d7 *: Show edition information when mysql client login (#17170) 2020-05-14 09:49:42 +08:00
a074317a4b build: remove useless PHONY and deps (#16834) 2020-05-12 11:41:38 +08:00
82bb3ced74 makefile: let make fmt ensure std imports before non-std (#16816) 2020-04-26 10:37:24 +08:00
62e4d588a8 Makefile: add unconvert to inspect unnecessary type convert (#16549) 2020-04-22 23:01:59 +08:00
5c7b235ef2 test: revert PR#16387 (#16408) 2020-04-15 17:13:15 +08:00
cfd649f7ac test: modify log level to info in CI environment (#16387) 2020-04-15 12:19:35 +08:00
d39aeeafe2 Makefile: make native gotest running in log_level=fatal (#14980) 2020-03-02 12:57:39 +08:00
20416b36b7 Makefile: disable timeout in vectorize bench (#14569) 2020-02-05 14:00:55 +08:00
2dcc032bc3 Makefile: add staticcheck (#14420) 2020-01-10 14:59:43 +08:00
5a9f2fa5ab server, tikv: enable unit test run parallel and add parallel f… (#14296) 2020-01-09 15:12:45 +08:00
c994eb4802 license: add license for script files (#14252) 2019-12-28 18:38:13 +08:00
795c630dbc Makefile: Replace Gometalinter to Golangci-lint (#13405) 2019-12-09 15:08:40 +08:00
e0f5f22590 Makefile: make test parallel value configurable via command line argument (#13817)
make test P=4
2019-11-29 20:07:26 +08:00
17fe696d8d Makefile: move the success message from explaintest to test (#13748) 2019-11-27 17:08:42 +08:00
04fc7cca98 util/printer: get GoVersion from runtime variable instead of shell (#13763) 2019-11-27 11:56:43 +08:00
dc788a11bc Makefile: Split make test into two test parts for CI (#13689) 2019-11-25 11:44:16 +08:00
ebe8b0989d *: limit a single test function timeout to 4s (#13573) 2019-11-21 13:44:08 +08:00
bb841d7210 plugin: fix plugin build and load with go 1.13 (#13455) 2019-11-15 18:01:06 +08:00
4efb32b01a *: run tests in the package name with "test" when doing make test (#13301) 2019-11-13 13:09:06 +08:00
5ad55006d1 Makefile: fix export log_level for gotest (#13197) 2019-11-06 17:09:40 +08:00
4d1e8e4775 go.mod: update parser version in go.mod (#13058) 2019-10-31 18:57:35 +08:00
1c6cd8ef4a Makefile: change test parallel to 8 (#12885) 2019-10-23 01:17:09 +08:00
ad728295d9 expression: implement vectorized evaluation for `builtinCurren… (#12611) 2019-10-14 22:14:05 +08:00
9aca495c45 Makefile: add -trim-path flag for build command (#12639) 2019-10-12 15:21:01 +08:00
510a851ce4 build: make errcheck works correctly (#12381) 2019-09-26 19:28:01 +08:00
16ad8b9d54 Makefile: support cross-compile to linux (#12412) 2019-09-26 14:08:31 +08:00
81577bf1e5 Makefile: gotest, froze TZ for unixtime test (#12226) 2019-09-17 19:03:45 +08:00
98b3aeb274 executor: go generate builtin_control_vec.go (#12140) 2019-09-12 15:21:46 +08:00
45fcba1fb5 main: rename tidb-coverage-server to tidb-server-coverage (#12152) 2019-09-11 16:48:41 +08:00
918137a7a4 main: add make coverage_server build option (#11844) 2019-08-26 16:05:43 +08:00
554594b0bb build: use make testSuite to ensure all testSuites enabled (#11627) 2019-08-08 15:23:28 +08:00
tp
ad404bb645 *: avoid tidb-server -h output test flags (#11209) 2019-07-12 15:19:57 +08:00
b77b534ab0 Makefile: add a 'make ddltest' target to generate ddltest binary (#10542) 2019-05-20 19:00:20 +08:00
f100cddbf7 cmd: move ddltest from tidb-test (#9052) 2019-05-16 10:23:39 +08:00
b864fac504 rm travis.yml && speed it up (#10208) 2019-04-22 16:25:27 +08:00
27a56180bd *: replace gofail with the new failpoint implementation (#10184) 2019-04-22 13:30:14 +08:00
8a968593cf Makefile: update gometalinter to v3 (#10175) 2019-04-17 22:20:05 +08:00