Commit Graph

172 Commits

Author SHA1 Message Date
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
d6490c1cab test: open coverpkg for coverrage, speed up the test, calculate more folder. (#9725) 2019-03-25 16:36:14 +08:00
988ffd070b test: fix go vet and run go vet regularly (#9712) 2019-03-18 15:39:37 +08:00
cb7a624434 build:add codecov.yml (#9618) 2019-03-08 23:28:19 +08:00
b00c2073bf build:fix git describe (#9611) 2019-03-08 11:09:30 +08:00
76e1e58511 build: add check-static in test (#9572) 2019-03-07 15:56:15 +08:00
89532cd9dd *: update errcheck (#9048) 2019-01-14 19:17:23 +08:00
4b98ad6f29 *: integrate plugin framework with TiDB (#9006) 2019-01-14 16:53:41 +08:00
9b02455874 Makefile: build gofail to tools/bin (#8952) 2019-01-07 19:20:08 +08:00
6a9ad3fe25 travis: enable code coverage test using codecov (#8910) 2019-01-03 23:08:06 +08:00
3040788655 *: make errcheck work again (#8795) 2018-12-25 17:16:52 +08:00
0021af671f *: remove retool from Makefile (#8769) 2018-12-24 20:28:45 +08:00
44f2c2c381 Makefile: make 'make check' faster (#8755)
* remove vet check
* make lint check on $(FILES)
2018-12-21 11:12:18 +08:00
9c087d13ee *: replace github.com/etcd-io/gofail with the forked one (#8693)
With the adoption of Go module, GOPATH is not need any more
But github.com/etcd-io/gofail doesn't support packages outside the GOPATH
To overcome the drawback, this commit replace it with our forked one
2018-12-19 11:30:48 +08:00
5cf535329d Makefile: move 'go mod tidy' check to makefile (#8690) 2018-12-14 15:09:03 +08:00
50cb733565 tikv: accelerate tikv package testcase (#8562) 2018-12-06 15:31:46 +08:00
6a999a72f6 tidb: rm parser in make clean (#8249) 2018-11-09 19:25:02 +08:00
8e5f4b1244 *: update logrus and parser package, tiny clean up (#8158) 2018-11-05 15:39:51 +08:00
8ed433036b planner: refine PhysicalProjection.ResolveIndices during neighbouring Proj (#8073) 2018-11-02 13:42:12 +08:00
b7f431e5c3 *: migrate dependency management to Go1.11 module (#8054) 2018-11-01 20:54:22 +08:00
89dda9d9a8 *: move parser to a separate repository (#8036) 2018-10-25 11:12:10 +08:00
69d5e36ac4 *: bump go version to 1.11 (#7491) 2018-08-29 21:48:50 +08:00
6d0bcf50ac makefile: add WITH_CHECK os env to make and tidb-server -V print out admin check status. (#7439) 2018-08-20 23:09:00 +08:00