Commit Graph

242 Commits

Author SHA1 Message Date
4d7b4097e1 Makefile: tiny polish the make ut command (#32244)
close pingcap/tidb#32243
2022-02-11 10:49:36 +08:00
2712dfacf1 Makefile: cleanup a unused makefile target 'devgotest' (#32114)
close pingcap/tidb#32113
2022-02-07 11:27:34 +08:00
23f7e51ae0 *: Use the new CI script as default (#31752)
close pingcap/tidb#31893
2022-01-27 21:25:13 +08:00
373f04140d tools/bin/ut: accelerate building test binary (#31882)
close pingcap/tidb#31880
2022-01-25 14:40:11 +08:00
409f0919f9 cmd, dumpling: enable golangci-lint check (#31732)
close pingcap/tidb#31737
2022-01-20 14:33:46 +08:00
a5435cd22e br: unified the lint rules with tidb. (#31644)
close pingcap/tidb#31643
2022-01-17 20:03:45 +08:00
3de13842b3 test: control log level with environment variables (#30871) 2021-12-24 17:03:48 +08:00
ec55c38d14 Makefile,tools: make CI great again! (#30828)
close pingcap/tidb#30822
2021-12-23 11:01:47 +08:00
46e67db084 Makefile: add t.Parallel check to ensure tests are run in serial (#30869) 2021-12-22 14:35:47 +08:00
b4df7ca4dc test: make all the tests run in serial (#30692) 2021-12-14 18:06:36 +08:00
1a543c4db5 makefile: set timeout 25m for make race (#30555) 2021-12-09 15:55:57 +08:00
239fca279d Makefile: add coverage record for BR and Dumpling (#30457) 2021-12-07 12:55:55 +08:00
b2ea0e66b8 makefile: add gotestsum for verify ci (#29848) 2021-12-07 11:21:56 +08:00
6de97932ea makefile: fix upload-coverage (#29591) 2021-11-11 17:35:06 +08:00
8f192f0e54 br: Set check-static enable for br (#27642) 2021-10-27 18:22:49 +08:00
c497d5c063 *: Merge Dumpling into TiDB (#29001) 2021-10-26 11:06:48 +08:00
9eb1cafd66 build: cmd & test are code (#28903) 2021-10-20 18:24:42 +08:00
502f34f975 *: fix Makefile for bench-daily (#28868) 2021-10-19 10:38:42 +08:00
092544cd1d distsql: add distsql package benchmark to daiy bench test (#28724) 2021-10-14 17:09:27 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
c16092ef6a makefile: Add timezone to BR tests (#27956) 2021-09-29 12:44:47 +08:00
80bcb01a3b Makefile: filter gotest.log on error (#28043) 2021-09-27 19:14:48 +08:00
c82c9d7068 *: Added server_debug to have a better experience when using a debugger (#26670) 2021-09-23 10:14:45 +08:00
16afbcbe97 Makefile: remove the unit test function timeout check temporarily (#27980) 2021-09-13 14:38:40 +08:00
1cd95a8b94 *: add more daily benchmark test cases (#26773) 2021-09-10 23:00:38 +08:00
f10b625551 br: declare phony target (#27512) 2021-08-25 21:58:04 +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
d4a98d5a72 br: enable some checks for br (#27120) 2021-08-13 08:47:16 +08:00
281b431292 ci: correct testing format (#27074) 2021-08-11 19:49:15 +08:00
760a6522ec br: let tools use the same version detecting mechanism (#27060) 2021-08-11 18:57:15 +08:00
1a54708a7f *: merge BR into TiDB (#26655) 2021-08-06 00:17:12 +08:00
019fab3b0a *: Run errcheck and staticcheck via golangci-lint (#26899) 2021-08-05 12:05:13 +08:00
57c3e92ae8 Makefile: enable goimports linters (#26732) 2021-07-30 13:05:04 +08:00
c96c5dd359 makefile: make CI fail if a single unit test runs longer than 3s (#26578) 2021-07-27 22:36:16 +08:00
cb06e116c1 *: update the golangci-lint and fix all lint errors (#25912) 2021-07-05 13:43:27 +08:00
28202b3521 Makefile,session: collect the benchmark data and generate json output file (#25834) 2021-07-01 17:29:26 +08:00
c6090a2888 store/tikv: remove files (#25440) 2021-06-16 13:04:37 +08:00
163eb5f03c planner: Implement PointGet in TryFastPlan for range/list paritition table (#24588)
* implement PointGet in TryFastPlan for range/list partition
2021-05-22 01:23:53 +08:00
18cbfaac15 *: enable gosimple linter (#24617) 2021-05-14 09:15:38 +08:00
d388538719 *: turn on unused linter (#24212) 2021-04-23 13:19:54 +08:00
12883a49ea makefile: add --enable=deadcode to static-check (#23716) 2021-04-01 02:35:24 +08:00
35eded065e *: fix structcheck lint warnings (#23062) 2021-03-24 21:09:37 +08:00
8c1808b78e makefile: enable typecheck linter (#23067) 2021-03-24 18:17:37 +08:00
bc37f088ba *: fix some varcheck lint warnings (#23011) 2021-03-01 15:10:54 +08:00
53a68b56da Makefile: remove some linters (#22978) 2021-02-26 21:17:29 +08:00
6136b0003d Makefile: make linter check the commit from upstream master (#22939) 2021-02-26 13:34:53 +08:00
35534ae752 *: apply golangci-lint to the new code (#22824) 2021-02-24 18:24:03 +08:00
ee876397ac unistore/cophandler: change the logic of mpp execution in unit test. (#22428) 2021-02-01 19:06:42 +08:00
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